Skip to content

Commit 3441fbd

Browse files
committed
Do not set upper bound on deps
This creates dependency conflicts without any reason Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 85fd0d1 commit 3441fbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ python_requires = >=3.6.*, <4
3838

3939
install_requires =
4040
attrs >= 18.1, !=20.1.0
41-
Beautifulsoup4 >= 4.0.0, < 5.0.0
41+
Beautifulsoup4 >= 4.0.0
4242
click >= 6.7, !=7.0
43-
intbitset >= 2.3.0, < 3.0
44-
requests >= 2.7.0, < 3.0.0
43+
intbitset >= 2.3.0
44+
requests >= 2.7.0
4545
saneyaml >= 0.5.2
4646
text_unidecode >= 1.0
4747
typing >=3.6, < 3.7; python_version < "3.7"

0 commit comments

Comments
 (0)