summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorZhenguo Niu <Niu.ZGlinux@gmail.com>2013-05-30 10:40:43 +0800
committerZhenguo Niu <Niu.ZGlinux@gmail.com>2013-06-04 14:11:38 +0800
commit70747145f9cd8e19280ea9958f6fccc8f95fbe44 (patch)
tree42c6eb2b3543377168da845790659fc64f12ca82 /tools
parent7e2805025d86220df0678110df933745a46db178 (diff)
downloadoslo-70747145f9cd8e19280ea9958f6fccc8f95fbe44.tar.gz
oslo-70747145f9cd8e19280ea9958f6fccc8f95fbe44.tar.xz
oslo-70747145f9cd8e19280ea9958f6fccc8f95fbe44.zip
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. Fixes: bug #1179008 Change-Id: I033876ec304fea97c66365c16bcf0cccaa1d810e
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires17
-rw-r--r--tools/test-requires24
2 files changed, 0 insertions, 41 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
deleted file mode 100644
index 067af58..0000000
--- a/tools/pip-requires
+++ /dev/null
@@ -1,17 +0,0 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5,<0.6
-PasteDeploy==1.5.0
-WebOb==1.2.3
-eventlet>=0.12.0
-greenlet>=0.3.2
-lxml
-routes==1.12.3
-iso8601>=0.1.4
-anyjson==0.2.4
-kombu==1.0.4
-argparse
-stevedore
-SQLAlchemy>=0.7.8,<=0.7.9
-oslo.config>=1.1.0
-qpid-python
-six
diff --git a/tools/test-requires b/tools/test-requires
deleted file mode 100644
index 62c0eea..0000000
--- a/tools/test-requires
+++ /dev/null
@@ -1,24 +0,0 @@
-# Packages needed for dev testing
-distribute>=0.6.24
-
-coverage
-fixtures>=0.3.12
-flake8==2.0
-hacking>=0.5.3,<0.6
-mock
-mox==0.5.3
-mysql-python
-nose
-nose-exclude
-nosexcover
-openstack.nose_plugin
-nosehtmloutput
-pep8==1.4.5
-pyflakes==0.7.2
-pylint
-pyzmq==2.2.0.1
-redis
-setuptools-git>=0.4
-sphinx
-testtools>=0.9.22
-webtest