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 dfd9a60 commit 074d124Copy full SHA for 074d124
requirements.txt
@@ -1,5 +1,5 @@
1
pip>=21.3.1;python_version<"3.7"
2
-pip>=23.1;python_version>="3.7"
+pip>=23.1.1;python_version>="3.7"
3
packaging>=21.3;python_version<"3.7"
4
packaging>=23.1;python_version>="3.7"
5
setuptools>=59.6.0;python_version<"3.7"
setup.py
@@ -123,7 +123,7 @@
123
python_requires=">=3.6",
124
install_requires=[
125
'pip>=21.3.1;python_version<"3.7"',
126
- 'pip>=23.1;python_version>="3.7"',
+ 'pip>=23.1.1;python_version>="3.7"',
127
'packaging>=21.3;python_version<"3.7"',
128
'packaging>=23.1;python_version>="3.7"',
129
'setuptools>=59.6.0;python_version<"3.7"',
0 commit comments