Skip to content

Commit

Permalink
Removed version patch form azure requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Mar 2, 2019
1 parent 84d077e commit e06182f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def read_reqs(fname):


reqs_s3 = ["papermill[s3]"]
# Remove requests >= 2.21.0 when papermill releases 0.18.3
reqs_azure = ["papermill[azure]", "requests >= 2.21.0"]
reqs_azure = ["papermill[azure]"]
reqs_gcs = ["papermill[gcs]"]
reqs_all = ["papermill[all]"]
reqs_dev = read_reqs("requirements-dev.txt") + reqs_all
Expand Down

0 comments on commit e06182f

Please sign in to comment.