File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ packaging>=21.3;python_version<"3.7"
44packaging >= 23.0 ;python_version >= "3.7"
55setuptools >= 59.6.0 ;python_version < "3.7"
66setuptools >= 65.7.0 ;python_version >= "3.7"
7- keyring >= 23.4.1 ;python_version < "3.7 "
8- keyring >= 23.13.1 ;python_version >= "3.7 "
7+ keyring >= 23.4.1 ;python_version < "3.8 "
8+ keyring >= 23.13.1 ;python_version >= "3.8 "
99tomli >= 1.2.3 ;python_version < "3.7"
1010tomli >= 2.0.1 ;python_version >= "3.7"
1111tqdm >= 4.64.1
Original file line number Diff line number Diff line change 128128 'packaging>=23.0;python_version>="3.7"' ,
129129 'setuptools>=59.6.0;python_version<"3.7"' ,
130130 'setuptools>=65.7.0;python_version>="3.7"' ,
131- 'keyring>=23.4.1;python_version<"3.7 "' ,
132- 'keyring>=23.13.1;python_version>="3.7 "' ,
131+ 'keyring>=23.4.1;python_version<"3.8 "' ,
132+ 'keyring>=23.13.1;python_version>="3.8 "' ,
133133 'tomli>=1.2.3;python_version<"3.7"' ,
134134 'tomli>=2.0.1;python_version>="3.7"' ,
135135 "tqdm>=4.64.1" ,
You can’t perform that action at this time.
0 commit comments