Skip to content

Commit

Permalink
Merge pull request #783 from uc-cdis/fix/deps
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
haraprasadj authored and themarcelor committed Jun 9, 2020
1 parent b2d0431 commit f98de74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Authlib==0.11
addict==2.2.1
authutils>=4.0.0<5.0.0
boto>=2.36.0<3.0.0
botocore>=1.7<1.10.39
boto3>=1.5<1.6
authutils>=4.0.0,<5.0.0
boto>=2.36.0,<3.0.0
botocore>=1.7,<1.10.39
boto3>=1.5,<1.6
cached_property==1.5.1
cdislogging>=1.0.0<2.0.0
cdislogging>=1.0.0,<2.0.0
cdiserrors==0.1.2
cdispyutils==1.0.4
cryptography==2.8
Expand All @@ -30,7 +30,7 @@ pytest-flask==0.10.0
pytest==3.2.3
python_dateutil==2.6.1
PyJWT==1.5.3
requests>=2.18.0<3.0.0
requests>=2.18.0,<3.0.0
setuptools>=40.3.0
six==1.11.0
SQLAlchemy==1.3.3
Expand Down

0 comments on commit f98de74

Please sign in to comment.