Browse Source

Trigerring Travis build

almahmoud 7 years ago
parent
commit
8243dca312
1 changed files with 2 additions and 1 deletions
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -24,7 +24,8 @@ REQS_BASE = [
     'tenacity>=4.12.0'
 ]
 REQS_AWS = ['boto3']
-REQS_AZURE = ['azure>=3.0.0']
+REQS_AZURE = ['azure>=3.0.0',
+              'pysftp>=0.2.9']
 REQS_OPENSTACK = [
     'openstacksdk>=0.12.0',
     'python-novaclient>=7.0.0',