From a180540234718fc3a93e050b42f11762e8b89c8a Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 23 Oct 2017 18:05:11 +0100 Subject: [PATCH] Update extra_requires with recent changes fix #389 As per PR comment: - remove deprecated backend - correct extra require for google cloud - update minimum version for dropbox --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 532205128..eab137d8c 100644 --- a/setup.py +++ b/setup.py @@ -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'], },