Bring over the sqlalchemy layer + dependents that oslo provides so that we can use it in a dependent commit to replace pieces of our own mini sqlalchemy layer (that was derived from oslos) Change-Id: Ifda2fd5c5b8eb1d71a4cfce2a2e0046a23010270
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
# Packages needed for using this library.
|
|
anyjson>=0.2.4
|
|
oslo.config>=1.1.0
|
|
eventlet>=0.9.17
|
|
iso8601
|
|
netaddr>=0.7.6
|
|
# Very nice graph library
|
|
networkx>=1.5
|
|
six
|
|
# Only needed if database backend used.
|
|
sqlalchemy>=0.7,<=0.7.99
|
|
sqlalchemy-migrate>=0.7
|
|
Babel>=0.9.6
|