Linked requirements to Pillar and Pillar-Python-SDK

Since Pillar is not pip-installable and also not properly versioned either,
I removed the 'pillar>=2.0' requirement from setup.py
This commit is contained in:
2017-03-03 15:04:50 +01:00
parent 2172500dd6
commit cd17236428
3 changed files with 7 additions and 13 deletions

View File

@@ -1,13 +1,4 @@
# Primary requirements:
# pillarsdk
# pillar
-r ../pillar/requirements.txt
attrs==16.2.0
svn==0.3.43
python-dateutil==2.5.3
# Testing requirements:
pytest==3.0.1
responses==0.5.1
pytest-cov==2.3.1
mock==2.0.0