forked from muziing/PySide6-Code-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
16 lines (15 loc) · 1.06 KB
/
Copy pathrequirements_dev.txt
File metadata and controls
16 lines (15 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
black==22.8.0 ; python_version >= "3.9" and python_version < "3.11"
click==8.1.3 ; python_version >= "3.9" and python_version < "3.11"
colorama==0.4.5 ; python_version >= "3.9" and python_version < "3.11" and platform_system == "Windows"
isort==5.10.1 ; python_version >= "3.9" and python_version < "3.11"
mypy-extensions==0.4.3 ; python_version >= "3.9" and python_version < "3.11"
mypy==0.971 ; python_version >= "3.9" and python_version < "3.11"
pathspec==0.10.1 ; python_version >= "3.9" and python_version < "3.11"
platformdirs==2.5.2 ; python_version >= "3.9" and python_version < "3.11"
pyside6-addons==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
pyside6-essentials==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
pyside6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
shiboken6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
typing-extensions==4.3.0 ; python_version >= "3.9" and python_version < "3.11"