
Build project infrastructure, including: - project source tree - init sphinx doc - testr config file - .gitignore - requirement and test-requirement file - setup.py and setup.cfg - tox config file - empty README.rst Change-Id: Ia4c1b03aa1dc871b9e41d56bf7c4a160eff4e1e1
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
hacking<0.11,>=0.10.0
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=1.3.1
|
|
python-subunit>=0.0.18
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|
|
mock>=1.2
|