Add setuptools to requirements.txt

std.ssh needs a modern version of setuptools to work properly.

Change-Id: I69285e7f2cf5f00c63be08285913ebe66f923993
Closes-Bug: 1618112
This commit is contained in:
Bob HADDLETON 2016-08-29 10:46:58 -05:00
parent 400c6227b4
commit c54b7c95f7

View File

@ -45,6 +45,7 @@ python-zaqarclient>=1.0.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests>=2.10.0 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0
setuptools>=16.0,!=24.0.0 # PSF/ZPL
six>=1.9.0 # MIT
SQLAlchemy<1.1.0,>=1.0.10 # MIT
stevedore>=1.10.0 # Apache-2.0