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 85fd0d1 commit 3441fbdCopy full SHA for 3441fbd
setup.cfg
@@ -38,10 +38,10 @@ python_requires = >=3.6.*, <4
38
39
install_requires =
40
attrs >= 18.1, !=20.1.0
41
- Beautifulsoup4 >= 4.0.0, < 5.0.0
+ Beautifulsoup4 >= 4.0.0
42
click >= 6.7, !=7.0
43
- intbitset >= 2.3.0, < 3.0
44
- requests >= 2.7.0, < 3.0.0
+ intbitset >= 2.3.0
+ requests >= 2.7.0
45
saneyaml >= 0.5.2
46
text_unidecode >= 1.0
47
typing >=3.6, < 3.7; python_version < "3.7"
0 commit comments