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.
2 parents b3a5728 + 7497bc1 commit 18a842eCopy full SHA for 18a842e
requirements.txt
@@ -1,4 +1,4 @@
1
-attrs==22.1
+attrs==22.1.0
2
banal==1.0.6
3
beautifulsoup4==4.11.1
4
binaryornot==0.4.4
setup.cfg
@@ -64,7 +64,7 @@ python_requires = >=3.7
64
65
install_requires =
66
attrs >= 18.1,!=20.1.0;python_version<'3.11'
67
- attrs >= 22.1;python_version>='3.11'
+ attrs >= 22.1.0;python_version>='3.11'
68
Beautifulsoup4 >= 4.0.0
69
boolean.py >= 4.0
70
chardet >= 3.0.0
0 commit comments