Skip to content

Commit

Permalink
Pin dependency of azure storage blob to revert breakage by version 12 (
Browse files Browse the repository at this point in the history
…#785)

* Pin dependency of azure storage blob to revert breakage by version 12

* Allow a valid range of versions for azure-storage-blob
  • Loading branch information
larserikgk authored and jschneier committed Nov 18, 2019
1 parent 766b587 commit c48a883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@ def read(filename):
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=['Django>=1.11'],
extras_require={
'azure': ['azure-storage-blob>=1.3.1'],
'azure': ['azure-storage-blob>=1.3.1,<12.0.0'],
'boto': ['boto>=2.32.0'],
'boto3': ['boto3>=1.4.4'],
'dropbox': ['dropbox>=7.2.1'],
Expand Down

0 comments on commit c48a883

Please sign in to comment.