From f3123a6538af511421582e1596d3daa24d9df1d6 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 14 Mar 2022 11:58:37 -0500 Subject: [PATCH] remove futures module requirement from pylib patch by Brandon Williams; reviewed by Stefan Miklosovic for CASSANDRA-17393 --- pylib/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylib/requirements.txt b/pylib/requirements.txt index 8dd527e0de..59ff479456 100644 --- a/pylib/requirements.txt +++ b/pylib/requirements.txt @@ -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.