Skip to content

Commit

Permalink
Remove upper boundaries from requirements
Browse files Browse the repository at this point in the history
This to allow to use the higher versions to resolve possible conflicts when used in combinatin with other libs who need the higher versions.
  • Loading branch information
h3llrais3r committed Jul 28, 2021
1 parent 9f89e38 commit 75c300a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests>=0.10,<3.0.0
six>=1.0.0,<2.0.0
wheel==0.30.0
boto==2.48.0
python-dateutil>=2.6.1,<3.0.0
diskcache>=2.9.0,<3.0.0
requests>=0.10
six>=1.0.0
wheel>=0.30.0
boto>=2.48.0
python-dateutil>=2.6.1
diskcache>=2.9.0
setuptools>=39.0.1
attrs>=18.1.0,<19.0.0
trans>=2.1.0,<3.0.0
attrs>=18.1.0
trans>=2.1.0

0 comments on commit 75c300a

Please sign in to comment.