refstack-client/requirements.txt
Chandan Kumar e950efdc73 Switch to refstack-client binary and some cleanup
* Use latest pbr >= 2.0.0
* Removed gitpython as it is not used within the code
* switched to refstack-client binary in README.rst
* Removed unwanted stuff from setup.py as those are already in setup.cfg
* use pip install -e . to auto install dependencies from requirements.txt
  as well as package.

Change-Id: Ia0b1b0a598c48200dc91cc08af9bd78d5685091e
2017-07-27 14:35:23 +05:30

7 lines
139 B
Plaintext

pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-subunit>=0.0.18
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
requests>=2.5.2
PyYAML>=3.1.0
six>=1.9.0