PySide6-Code-Tutorial/requirements_dev.txt

17 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-06-04 08:13:42 +08:00
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
2022-07-03 00:18:49 +08:00
black==22.6.0; python_full_version >= "3.6.2"
2022-06-04 08:13:42 +08:00
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
2022-07-03 00:18:49 +08:00
colorama==0.4.5; python_version >= "3.7" and python_full_version >= "3.6.2" and platform_system == "Windows"
2022-06-04 08:13:42 +08:00
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
2022-06-05 23:29:49 +08:00
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.6"
2022-07-03 00:18:49 +08:00
mypy==0.961; python_version >= "3.6"
2022-06-04 08:13:42 +08:00
pathspec==0.9.0; python_full_version >= "3.6.2"
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2"
2022-07-03 00:18:49 +08:00
pyside6-addons==6.3.1; python_version >= "3.6" and python_version < "3.11"
pyside6-essentials==6.3.1; python_version >= "3.6" and python_version < "3.11"
pyside6==6.3.1; python_version >= "3.6" and python_version < "3.11"
shiboken6==6.3.1; python_version >= "3.6" and python_version < "3.11"
tomli==2.0.1; python_full_version < "3.11.0a7" and python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.11"
typing-extensions==4.3.0; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.7"