mirror of
https://github.com/muziing/PySide6-Code-Tutorial.git
synced 2025-01-30 14:22:53 +08:00
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
|
|
|
black==22.3.0; python_full_version >= "3.6.2"
|
|
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
|
|
colorama==0.4.4; python_version >= "3.7" and python_full_version >= "3.6.2" and platform_system == "Windows"
|
|
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
|
|
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.6"
|
|
mypy==0.960; python_version >= "3.6"
|
|
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"
|
|
pyside6-addons==6.3.0; python_version >= "3.6" and python_version < "3.11"
|
|
pyside6-essentials==6.3.0; python_version >= "3.6" and python_version < "3.11"
|
|
pyside6==6.3.0; python_version >= "3.6" and python_version < "3.11"
|
|
shiboken6==6.3.0; python_version >= "3.6" and python_version < "3.11"
|
|
tomli==2.0.1; python_version < "3.11" and python_full_version >= "3.6.2" and python_version >= "3.7"
|
|
typing-extensions==4.2.0; python_version >= "3.7"
|