Differentiate runtime and test requirements

Move some of the requirements needed to use this library from
test-requirements.txt to requirements.txt.

Change-Id: I11267503a2483031ab266ca947bb33cae0b22094
This commit is contained in:
Doug Hellmann 2014-01-30 17:27:54 -08:00
parent faaffef220
commit d6e988f7de
2 changed files with 3 additions and 5 deletions

View File

@ -0,0 +1,3 @@
fixtures>=0.3.14
testtools>=0.9.32
mock>=1.0

View File

@ -1,11 +1,9 @@
hacking>=0.8.0,<0.9
discover
fixtures>=0.3.14
python-subunit
testrepository>=0.0.17
testscenarios>=0.4
testtools>=0.9.32
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@ -15,6 +13,3 @@ coverage>=3.6
# this is required for the docs build jobs
sphinx>=1.1.2,<1.2
oslo.sphinx
# mocking framework
mock>=1.0