This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7e1afa1 ninja fix six typo to be six >=1.12.0
7e1afa1 is described below
commit 7e1afa1fe60242d2252485b6225b7a59762c3741
Author: Brandon Williams <[email protected]>
AuthorDate: Wed May 26 16:50:14 2021 -0500
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 cdfa566..17d4ab0 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]