Files
deb-python-taskflow/tools/pip-requires
Ivan A. Melnikov dd049eea69 Remove unused utility classes
Removing ThreadGroupExecutor allows to get rid of threading2
dependency. LastFedIter is also not used, so there is no
reason to keep it.

Change-Id: Id396ab59ebf1e2314ef620417d7cac09e1ab8d3b
2013-09-24 17:09:24 +04:00

15 lines
332 B
Plaintext

# Packages needed for using this library.
anyjson>=0.2.4
iso8601
six
# Only needed if database backend used.
sqlalchemy>=0.7,<=0.7.99
alembic>=0.4.1
# Very nice graph library
networkx>=1.8.1
Babel>=0.9.6
# Used for backend storage engine loading
stevedore>=0.10
# Backport for concurrent.futures which exists in 3.2+
futures>=2.1.3