Move requiring mock to requirements.txt. It is used in cli

This commit is contained in:
Łukasz Oleś 2015-09-07 06:59:06 +00:00
parent 6b5673a2dc
commit b9f3006075
2 changed files with 1 additions and 1 deletions

View File

@ -16,3 +16,4 @@ Fabric==1.10.2
tabulate==0.7.5
ansible
celery
mock

View File

@ -1,2 +1 @@
-r requirements.txt
mock