summaryrefslogtreecommitdiffhomepage
path: root/tools/pip-requires
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2013-01-08 17:35:58 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-01-08 18:11:37 +0900
commite69a8917ec203edb450caf86dbe06ca7c83ca77b (patch)
tree056f5e94ca19b0f34696d1f9e3a521a0090465a2 /tools/pip-requires
parent429401a1b87bf170b56f741a319390b327b291f1 (diff)
setup: update installation infos
- clean up setup.py and MANIFEST.in - simplejson isn't needed anymore - allow webob >= 1.0.8 as openstack quantum uses >= 1.0.8 version - allow gflags >= 1.3 as Fedora 18 uses gflags 1.5 Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pip-requires')
-rw-r--r--tools/pip-requires5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index c036d18e..592617ee 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,4 @@
gevent>=0.13
-python-gflags==1.3
+python-gflags>=1.3
routes
-simplejson
-webob==1.0.8
+webob>=1.0.8