Add requirements and test-requirements
Initial stab at requirements and test-requirements for the Magnum project Co-Authored-By: Digambar Patil <digambarpat@gmail.com> Co-Authored-By: Steven Dake <sdake@redhat.com> Change-Id: Icc1d0b7395e2f9a8dbcde496396c2c0046f7f8f8
This commit is contained in:
parent
01725ef063
commit
1a1375a47d
8
requirements.txt
Normal file
8
requirements.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
oslo.config>=1.2.1
|
||||||
|
oslo.utils>=1.0.0
|
||||||
|
pbr>=0.6,!=0.7,<1.0
|
||||||
|
pecan>=0.5.0
|
||||||
|
python-keystoneclient>=0.9.0
|
||||||
|
python-zaqarclient>=0.0.3
|
||||||
|
six>=1.7.0
|
||||||
|
WSME>=0.6
|
10
test-requirements.txt
Normal file
10
test-requirements.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
hacking>=0.9.2,<0.10
|
||||||
|
coverage>=3.6
|
||||||
|
fixtures>=0.3.14
|
||||||
|
python-subunit>=0.0.18
|
||||||
|
oslotest
|
||||||
|
testrepository>=0.0.18
|
||||||
|
testscenarios>=0.4
|
||||||
|
testtools>=0.9.34
|
||||||
|
mock>=1.0
|
||||||
|
nose
|
Loading…
Reference in New Issue
Block a user