Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/cassandra3/files/patch-pylib_requirements.txt
16461 views
1
--- pylib/requirements.txt.orig 2022-01-04 12:21:36 UTC
2
+++ pylib/requirements.txt
3
@@ -1,7 +1,6 @@
4
# See python driver docs: futures and six have to be installed before
5
# cythonizing the driver, perhaps only on old pips.
6
# http://datastax.github.io/python-driver/installation.html#cython-based-extensions
7
-futures
8
six>=0.12.0
9
-e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
10
# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
11
@@ -17,4 +16,4 @@ nose-test-select
12
parse
13
pycodestyle
14
psutil
15
-thrift==0.9.3
16
+thrift==0.10.0
17
18