Rename requires files to standard names.

Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.

Change-Id: Ib3e50a811868e2969923d978ee00c4f92682aa1c
Fixes: bug #1179008
This commit is contained in:
niu-zglinux
2013-05-29 22:03:40 +08:00
committed by Gerrit Code Review
parent 5501a4031f
commit 627d0ba52f
4 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +0,0 @@
dnspython>=1.10.0
eventlet>=0.9.15
greenlet>=0.3.1
netifaces>=0.5
pastedeploy>=1.3.3
simplejson>=2.0.9
xattr>=0.4
python-swiftclient

View File

@@ -1,12 +0,0 @@
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
coverage
nose
nosexcover
openstack.nose_plugin
nosehtmloutput
sphinx>=1.1.2
mock>=0.8.0