Add missing requirements for running unit tests: libcloud and boto3

This commit is contained in:
Denys Havrysh 2016-12-12 13:18:38 +02:00
parent 70f7d22ad6
commit 004bff113e
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
-r base.txt
mock
apache-libcloud>=0.14.0
boto>=2.32.1
boto3>=1.2.1
moto>=0.3.6
SaltTesting==2015.2.16

View file

@ -1,6 +1,8 @@
-r base.txt
mock
apache-libcloud>=0.14.0
boto>=2.32.1
boto3>=1.2.1
moto>=0.3.6
SaltTesting>=2015.2.16