We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3692a3 commit 84e2324Copy full SHA for 84e2324
requirements.txt
@@ -1,6 +1,6 @@
1
pip>=20.3.4;python_version<"3.6"
2
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
3
-pip>=22.1.1;python_version>="3.7"
+pip>=22.1.2;python_version>="3.7"
4
packaging>=20.9;python_version<"3.6"
5
packaging>=21.3;python_version>="3.6"
6
setuptools>=44.1.1;python_version<"3.5"
setup.py
@@ -125,7 +125,7 @@
125
install_requires=[
126
'pip>=20.3.4;python_version<"3.6"',
127
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
128
- 'pip>=22.1.1;python_version>="3.7"',
+ 'pip>=22.1.2;python_version>="3.7"',
129
'packaging>=20.9;python_version<"3.6"',
130
'packaging>=21.3;python_version>="3.6"',
131
'setuptools>=44.1.1;python_version<"3.5"',
0 commit comments