e950efdc73
* 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
7 lines
139 B
Plaintext
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
|