Skip to content

Commit 61d7d03

Browse files
committed
Update requirements_dev.txt
1 parent 3c2d2dc commit 61d7d03

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
22

3-
pyside6-addons==6.3.1; python_version >= "3.6" and python_version < "3.11"
4-
pyside6-essentials==6.3.1; python_version >= "3.6" and python_version < "3.11"
5-
pyside6==6.3.1; python_version >= "3.6" and python_version < "3.11"
6-
shiboken6==6.3.1; python_version >= "3.6" and python_version < "3.11"
3+
pyside6-addons==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
4+
pyside6-essentials==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
5+
pyside6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
6+
shiboken6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"

requirements_dev.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
22

3-
black==22.6.0; python_full_version >= "3.6.2"
4-
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
5-
colorama==0.4.5; python_version >= "3.7" and python_full_version >= "3.6.2" and platform_system == "Windows"
6-
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
7-
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.6"
8-
mypy==0.961; python_version >= "3.6"
9-
pathspec==0.9.0; python_full_version >= "3.6.2"
10-
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2"
11-
pyside6-addons==6.3.1; python_version >= "3.6" and python_version < "3.11"
12-
pyside6-essentials==6.3.1; python_version >= "3.6" and python_version < "3.11"
13-
pyside6==6.3.1; python_version >= "3.6" and python_version < "3.11"
14-
shiboken6==6.3.1; python_version >= "3.6" and python_version < "3.11"
15-
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"
16-
typing-extensions==4.3.0; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.7"
3+
black==22.8.0 ; python_version >= "3.9" and python_version < "3.11"
4+
click==8.1.3 ; python_version >= "3.9" and python_version < "3.11"
5+
colorama==0.4.5 ; python_version >= "3.9" and python_version < "3.11" and platform_system == "Windows"
6+
isort==5.10.1 ; python_version >= "3.9" and python_version < "3.11"
7+
mypy-extensions==0.4.3 ; python_version >= "3.9" and python_version < "3.11"
8+
mypy==0.971 ; python_version >= "3.9" and python_version < "3.11"
9+
pathspec==0.10.1 ; python_version >= "3.9" and python_version < "3.11"
10+
platformdirs==2.5.2 ; python_version >= "3.9" and python_version < "3.11"
11+
pyside6-addons==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
12+
pyside6-essentials==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
13+
pyside6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
14+
shiboken6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
15+
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
16+
typing-extensions==4.3.0 ; python_version >= "3.9" and python_version < "3.11"

0 commit comments

Comments
 (0)