deb-designate/requirements.txt
Endre Karlson 9d5d70e7f1 Switch to oslo.db and fix cmd.manage
This change doesn't remove all of the d.sqla.* modules for compat so we don't
need to change more things then needed. Things like multiple engines etc are
supported via a _FACADE dict in d.sqla.session and other things we need as
well.

We remove d.o.common.db code since it is not needed anymore and technically
replaced by oslo.db.

Notably the *biggest* change is changing database_connection to connection.

Also fixes problems with arguments in cmd.manage

Change-Id: I948a42b7f3dbc1d484200e86b3f8d0b85769ad08
2014-06-20 15:27:54 +02:00

29 lines
480 B
Plaintext

Babel>=1.3
eventlet>=0.13.0
extras
Flask>=0.10,<1.0
iso8601>=0.1.9
jsonschema>=2.0.0,<3.0.0
kombu>=2.4.8
lockfile>=0.8
netaddr>=0.7.6
oslo.config>=1.2.1
oslo.messaging>=1.3.0
oslo.rootwrap
Paste
PasteDeploy>=1.5.0
pbr>=0.6,!=0.7,<1.0
pecan>=0.4.5
python-keystoneclient>=0.9.0
python-neutronclient>=2.3.4,<3
Routes>=1.12.3
six>=1.7.0
SQLAlchemy>=0.7.8,<=0.9.99
sqlalchemy-migrate>=0.9.1
stevedore>=0.14
WebOb>=1.2.3
dnspython>=1.9.4
posix_ipc
oslotest
oslo.db>=0.2.0 # Apache-2.0