From cfc8ef3313efd6913b02433da0f0a4d0af2bc130 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 26 May 2021 16:50:14 -0500 Subject: [PATCH] ninja fix six typo to be six >=1.12.0 --- pylib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/requirements.txt b/pylib/requirements.txt index cdfa566a74..17d4ab0306 100644 --- a/pylib/requirements.txt +++ b/pylib/requirements.txt @@ -2,7 +2,7 @@ # cythonizing the driver, perhaps only on old pips. # http://datastax.github.io/python-driver/installation.html#cython-based-extensions futures -six>=0.12.0 +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. -e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm