Files
deb-python-taskflow/tools/pip-requires
Joshua Harlow 0ad4ed1c89 Use oslo's sqlalchemy layer
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
2013-08-18 09:17:51 -07:00

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