Files
deb-python-taskflow/tools/pip-requires
Joshua Harlow 86c60dfa60 Use executors instead of pools
A executor is a more generic concept than a pool and
also seems to work better with eventlet. This is also
a more supported model of performing concurrent operations
than using the mostly unknown multiprocessing thread
pool implementation.

Fixes: bug 1225275

Change-Id: I09e9a9000bc88cc57d51342b83b31f97790a62e9
2013-09-13 22:09:03 -07:00

16 lines
343 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
threading2
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