Skip to content

Commit

Permalink
fix(requirements): invalid version specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Mar 8, 2021
1 parent 978114d commit 7410843
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest>=5.4.0<5.5.0
pytest>=5.4.0,<5.5.0
mypy>=0.782
pre-commit>=2.6.0
pytest-cov>=2.10.0
pytest-mock>=1.11.1<=3.2.0
pytest-mock>=1.11.1,<=3.2.0
wheel>=0.33
-e .
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scramp>=1.2.0<1.3.0
pytz>=2020.1<2020.2
beautifulsoup4>=4.7.0<4.8.0
boto3>=1.16.8<1.17.0
requests>=2.23.0<2.24.0
lxml>=4.2.5<4.6.0
botocore>=1.19.8<1.20.0
scramp>=1.2.0,<1.3.0
pytz>=2020.1,<2020.2
beautifulsoup4>=4.7.0,<4.8.0
boto3>=1.16.8,<1.17.0
requests>=2.23.0,<2.24.0
lxml>=4.2.5,<4.6.0
botocore>=1.19.8,<1.20.0

0 comments on commit 7410843

Please sign in to comment.