Files
deb-python-taskflow/optional-requirements.txt
Ivan A. Melnikov 6beebc2584 Add optional-requirements.txt
While 'optional requirements' phrase is somewhat self-contradicting,
that's what we really have: requirements of optional (pluggable) parts
of TaskFlow are optional in the sense that one can use TaskFlow
without them.

This change puts all such requirements into optional-requirements.txt to
have all them documented in one place, uses that file to list deps for
default python 2.7 test environment.

Change-Id: Ibeeb6ac68247697790cbc2a2c24d2e9f59a4479c
2014-02-04 13:16:32 +04:00

23 lines
577 B
Plaintext

# This file lists dependencies that are used by different
# pluggable (optional) parts of TaskFlow, like engines
# or persistence backends. They are not strictly required
# by TaskFlow (you can use TaskFlow without them), but
# so they don't go to requirements.txt.
# Database (sqlalchemy) persistence:
SQLAlchemy<=0.7.99,<=0.9.99
alembic>=0.4.1
# Database (sqlalchemy) persistence with MySQL:
pyMySQL
MySQL-python
# Database (sqlalchemy) persistence with PostgreSQL:
psycopg2
# ZooKeeper backends
kazoo>=1.3.1
# Eventlet may be used with parallel engine
eventlet>=0.13.0