1 Star 0 Fork 0

family/PySide6-Code-Tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 903 Bytes
一键复制 编辑 原始数据 按行查看 历史
木子 提交于 2024-02-03 17:38 . Update dependencies
[tool.poetry]
name = "pyside6-code-tutorial"
version = "0.1.0"
description = "用代码实例讲解PySide6"
authors = ["muzing <muzi2001@foxmail.com>"]
license = "GPL-3.0"
repository = "https://github.com/muziing/PySide6-Code-Tutorial"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/muziing/PySide6-Code-Tutorial/issues"
# 使用清华 pypi 镜像
[[tool.poetry.source]]
name = "tsinghua_mirror"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
priority = "default"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
pyside6-essentials = "^6.2.0"
[tool.poetry.group.dev.dependencies]
black = "^24.1.0"
isort = "^5.13.0"
mypy = "^1.8.0"
pre-commit = "^3.6.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 100
[tool.isort]
profile = "black"
line_length = 100
[tool.mypy]
python_version = "3.11"
warn_return_any = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/familyfan/PySide6-Code-Tutorial.git
git@gitee.com:familyfan/PySide6-Code-Tutorial.git
familyfan
PySide6-Code-Tutorial
PySide6-Code-Tutorial
main

搜索帮助