remove futures module requirement from pylib

patch by Brandon Williams; reviewed by Stefan Miklosovic for CASSANDRA-17393
This commit is contained in:
Brandon Williams 2022-03-14 11:58:37 -05:00 committed by Stefan Miklosovic
parent 5f50c797bc
commit f3123a6538
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# See python driver docs: futures and six have to be installed before
# See python driver docs: six have to be installed before
# cythonizing the driver, perhaps only on old pips.
# http://datastax.github.io/python-driver/installation.html#cython-based-extensions
futures
six>=1.12.0
-e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.