
The bug has been fixed, but the package is not yet available on pypi.openstack.org. Since we aren't using it anyway, I just removed it from our requirements files. Change-Id: I0a94c14bc7d1b441fc0a07c3c07fa4d1285f1d28
23 lines
297 B
Plaintext
23 lines
297 B
Plaintext
# Metrics and style
|
|
hacking>=0.9.2,<0.10
|
|
|
|
# Packaging
|
|
mock>=1.0
|
|
|
|
# Unit testing
|
|
ddt>=0.4.0
|
|
discover
|
|
fixtures>=0.3.14
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
|
|
# Functional Tests
|
|
requests>=1.1
|
|
|
|
# Documentation
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
oslosphinx
|
|
openstack-doc-tools>=0.15
|
|
|