python WebOb dependency made unpinned.

keystone declares python-webob dependency as ==,
which is not a good way of defining dependency.
So to support latest dependencies, WebOb is unpinned in
requirements.txt

Fixes: bug #1180033
Change-Id: I73042cf88baf378c8564abb2394963866082977e
This commit is contained in:
saikrishna 2013-06-12 08:59:54 +05:30
parent 6111bc9dfe
commit 3a58207e6a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
d2to1>=0.2.10,<0.3
pbr>=0.5,<0.6
pam>=0.1.4
WebOb==1.2.3
WebOb>=1.0.8
eventlet
greenlet
PasteDeploy