summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rw-r--r--tools/pip-requires1
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ac6ba193..2452758f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ source-dir = doc/source
[bdist_rpm]
Release = 1
Group = Applications/Accessories
-Requires = python-gevent >= 0.13, python-gflags, python-routes, python-webob
+Requires = python-gevent >= 0.13, python-routes, python-webob
doc_files = LICENSE
MANIFEST.in
README.rst
diff --git a/tools/pip-requires b/tools/pip-requires
index 592617ee..7be30721 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,4 +1,3 @@
gevent>=0.13
-python-gflags>=1.3
routes
webob>=1.0.8