Skip to content

Commit

Permalink
Update extra_requires with recent changes fix #389
Browse files Browse the repository at this point in the history
As per PR comment:
- remove deprecated backend
- correct extra require for google cloud
- update minimum version for dropbox
  • Loading branch information
browniebroke authored Oct 23, 2017
1 parent 3829189 commit a180540
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ def get_requirements_tests():
'azure': ['azure'],
'boto': ['boto>=2.32.0'],
'boto3': ['boto3>=1.2.3'],
'database': ['pyodbc'],
'dropbox': ['dropbox>=3.24'],
'google': ['boto>=2.32.0'],
'dropbox': ['dropbox>=7.2.1'],
'google': ['google-cloud-storage>=0.22.0'],
'libcloud': ['apache-libcloud'],
'sftp': ['paramiko'],
},
Expand Down

0 comments on commit a180540

Please sign in to comment.