deb-python-cassandra-driver/requirements.txt
2015-09-04 10:18:13 -05:00

7 lines
340 B
Plaintext

six >=1.6
futures <=2.2.0
# Futures is not required for Python 3, but it works up through 2.2.0 (after which it introduced breaking syntax).
# This is left here to make sure install -r works with any runtime. When installing via setup.py, futures is omitted
# for Python 3, in favor of the standard library implementation.
# see PYTHON-393