Referring to Pillar Python SDK requirements

This forces us to remove common requirements from Pillar's requirements.txt
file (which is a good thing).
This commit is contained in:
2017-03-03 12:33:01 +01:00
parent 4e138d38a1
commit 16b2b119fd
2 changed files with 5 additions and 6 deletions

View File

@@ -1,9 +1,12 @@
-r requirements.txt
-e ../pillar-python-sdk
-e .
# Development requirements
pytest==3.0.1
responses==0.5.1
pytest-cov==2.3.1
mock==2.0.0
# Secondary development requirements
cookies==2.2.1