taskflow/requirements.txt
Joshua Harlow 3d437df749 Add envs for different sqlalchemy versions
Adjust tests to skip the sqlalchemy test if
sqlalchemy is not installed. Adjust examples
to fallback to a directory based backend if
the sqlalchemy does not load or is not available.

Include a updated tox.ini (generated from the
toxgen.py script) that includes the new venv
variations.

Change-Id: I7686f09901a9b65d7c81b4e037b5bffc24aa7ef7
2014-01-09 11:09:08 -08:00

14 lines
317 B
Plaintext

# Packages needed for using this library.
pbr>=0.5.21,<1.0
anyjson>=0.3.3
iso8601>=0.1.8
# Python 2->3 compatibility library.
six>=1.4.1
# Very nice graph library
networkx>=1.8
Babel>=1.3
# Used for backend storage engine loading.
stevedore>=0.12
# Backport for concurrent.futures which exists in 3.2+
futures>=2.1.3