oslo-incubator/requirements.txt
Victor Sergeyev 274c7e2b19 Drop dependency on lockutils from oslo db code
While lockutils is a useful module, it registers a few oslo.config
options, which can possibly lead to unpleasant issues
(DuplicateOptError) when we split oslo.db from oslo-incubator into a
separate library and reuse both lockutils and oslo.db in target
projects. Unfortunately, we can't just remove usage of oslo.config
options from locktutils as it can break backward compatibility for
existing deployments.
The general approach of solving DuplicateOptError issues for oslo
libraries is not to depend on oslo.config as much as possible. So it's
actually worth to have a small code duplication here for the sake of
oslo.db as a standalone library in the future.

Change-Id: I7e3c5e1e9f7df0fec01e0d484e709cb2375025f1
2013-11-14 16:14:15 +02:00

25 lines
387 B
Plaintext

pbr>=0.5.21,<1.0
PasteDeploy>=1.5.0
WebOb>=1.2.3,<1.3
eventlet>=0.13.0
greenlet>=0.3.2
requests>=1.1
Routes>=1.12.3
prettytable>=0.6,<0.8
iso8601>=0.1.4,!=0.1.5,!=0.1.6
anyjson>=0.3.3
kombu>=2.4.8
lockfile>=0.8
argparse
stevedore>=0.10
sqlalchemy-migrate>=0.7.2
SQLAlchemy>=0.7.8,<=0.7.99
qpid-python
six>=1.4.1
netaddr
pycrypto>=2.6
Babel>=0.9.6
pycadf>=0.1.4
Jinja2
oslo.config>=1.2.0