pillar/requirements-dev.txt
Sybren A. Stüvel 16b2b119fd Referring to Pillar Python SDK requirements
This forces us to remove common requirements from Pillar's requirements.txt
file (which is a good thing).
2017-03-22 15:49:51 +01:00

16 lines
229 B
Plaintext

-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
coverage==4.0.3
pbr==1.9.1
py==1.4.31