summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-05-21 20:29:19 +1000
committerAngus Salkeld <asalkeld@redhat.com>2013-05-21 20:29:19 +1000
commitf987463cae866439d7bd1a09190c2a4afa585695 (patch)
treed68c51097fdf5fcdf7123fc96d7e5e4c204d9301 /tools
parent42e97cf60902f8c39a4d6fa92578a42c082257de (diff)
downloadpython-ceilometerclient-f987463cae866439d7bd1a09190c2a4afa585695.tar.gz
Rename tools/pip-requires to requirements.txt
(and tools/test-requires to test-requirements.txt). Requested by infra: bug 1179008 Change-Id: I7a6375622d095a9eda232ed82d167fc3a198ed06
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires6
-rw-r--r--tools/test-requires15
2 files changed, 0 insertions, 21 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
deleted file mode 100644
index f3314cb..0000000
--- a/tools/pip-requires
+++ /dev/null
@@ -1,6 +0,0 @@
-# This file is managed by openstack-depends
-argparse
-httplib2
-iso8601>=0.1.4
-prettytable>=0.6,<0.8
-python-keystoneclient>=0.2,<0.3
diff --git a/tools/test-requires b/tools/test-requires
deleted file mode 100644
index c4ca04d..0000000
--- a/tools/test-requires
+++ /dev/null
@@ -1,15 +0,0 @@
-# Install bounded pep8/pyflakes first, then let flake8 install
-pep8==1.4.5
-pyflakes==0.7.2
-flake8==2.0
-hacking>=0.5.3,<0.6
-
-coverage>=3.6
-discover
-distribute>=0.6.24
-fixtures>=0.3.12
-mox>=0.5.3
-python-subunit
-sphinx>=1.1.2
-testrepository>=0.0.13
-testtools>=0.9.29