From e69a8917ec203edb450caf86dbe06ca7c83ca77b Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Tue, 8 Jan 2013 17:35:58 +0900 Subject: 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 Signed-off-by: FUJITA Tomonori --- tools/pip-requires | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/pip-requires') 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 -- cgit v1.2.3