diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | tools/pip-requires | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 |