summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDouglas Mendizabal <douglas.mendizabal@rackspace.com>2013-09-02 18:13:17 -0500
committerDouglas Mendizabal <douglas.mendizabal@rackspace.com>2013-09-02 18:13:17 -0500
commit0c132168604633a1ab1eaf4981a5a163afcebaca (patch)
tree9032ab001524a6b181c2f5b181036d89ddd98c11 /tools
parent3c9f3cdf52c19fc23af59bb6366fcc56bcc0cfe1 (diff)
downloadpython-barbicanclient-0c132168604633a1ab1eaf4981a5a163afcebaca.tar.gz
Clean up imports and update requirements
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires8
-rw-r--r--tools/test-requires17
2 files changed, 7 insertions, 18 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 9f26f41..3b29530 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,6 +1,4 @@
-httplib2>=0.7.7
argparse>=1.2.1
-python-keystoneclient>=0.2.3
-eventlet>=0.12.1
-oslo.config>=1.1.0
-iso8601>=0.1.4 \ No newline at end of file
+eventlet>=0.13.0
+requests>=1.2.3
+python-keystoneclient>=0.3.2
diff --git a/tools/test-requires b/tools/test-requires
index c06b5c5..3c5872c 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,15 +1,6 @@
-pep8>=1.4.5
-pyflakes>=0.7.2
-flake8>=2.0
-hacking>=0.5.3
-
-coverage
-discover
+hacking>=0.7.0
mock>=1.0.1
-sphinx>=1.1.2
-
-nose>=1.2.1
-nosexcover>=1.0.7
-openstack.nose_plugin>=0.11
+nose>=1.3.0
+nosexcover>=1.0.8
+tox>=1.6.0
unittest2>=0.5.1
-tox