deb-python-cassandra-driver/requirements.txt
Adam Holmberg ba8728a399 update six dependency (#709)
table extensions use viewkeys
2017-04-19 14:46:42 -04:00

7 lines
340 B
Plaintext

six >=1.9
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