File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.3.4 ;python_version < "3.6"
2
2
pip >= 21.1.3 ;python_version >= "3.6"
3
- packaging >= 21.0
3
+ packaging >= 20.9 ;python_version < "3.6"
4
+ packaging >= 21.0 ;python_version >= "3.6"
4
5
typing-extensions >= 3.10.0.0
5
6
setuptools >= 44.1.1 ;python_version < "3.5"
6
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 115
115
install_requires = [
116
116
'pip>=20.3.4;python_version<"3.6"' ,
117
117
'pip>=21.1.3;python_version>="3.6"' ,
118
- "packaging>=21.0" ,
118
+ 'packaging>=20.9;python_version<"3.6"' ,
119
+ 'packaging>=21.0;python_version>="3.6"' ,
119
120
"typing-extensions>=3.10.0.0" ,
120
121
'setuptools>=44.1.1;python_version<"3.5"' ,
121
122
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments