Skip to content

Commit

Permalink
revert azure version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Feb 11, 2019
1 parent becf1a8 commit cd65fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>=4.0.0', 'azure-storage-blob>=1.3.1'],
'azure': ['azure>=3.0.0', 'azure-storage-blob>=1.3.1'],
'boto': ['boto>=2.32.0'],
'boto3': ['boto3>=1.4.4'],
'dropbox': ['dropbox>=7.2.1'],
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -27,7 +27,7 @@ deps =
dropbox
google-cloud-storage
paramiko
azure>=4.0.0
azure>=3.0.0
azure-storage-blob>=1.3.1

[testenv:integration]
Expand All @@ -47,7 +47,7 @@ setenv =
deps =
Django>=1.11, <1.12
pytest-django
azure>=4.0.0
azure>=3.0.0
azure-storage-blob>=1.3.1

[testenv:flake8]
Expand Down

0 comments on commit cd65fd9

Please sign in to comment.