Change lower-constraints for cassandra-driver
Cassandra client version had to be changed because its earlier version doesn't contain DCAwareRoundRobinPolicy and TokenAwarePolicy in cassandra.cluster (those are located in cassandra.policies instead), needed in persister (specifically cassandra/connection_util.py). Change-Id: I9f9eb478808ad978815c19a5c4e1baaa35fa6d28
This commit is contained in:
parent
dcfdb5c784
commit
ca77fb44cd
@ -1,7 +1,7 @@
|
||||
appdirs==1.3.0
|
||||
Babel==2.3.4
|
||||
bandit==1.4.0
|
||||
cassandra-driver==2.1.4
|
||||
cassandra-driver==2.6.0
|
||||
coverage==4.0
|
||||
debtcollector==1.2.0
|
||||
docutils==0.11
|
||||
|
@ -32,9 +32,10 @@ data_files =
|
||||
|
||||
[extras]
|
||||
influxdb =
|
||||
influxdb>=2.9.2 # MIT
|
||||
influxdb!=5.2.0,!=5.2.1,!=5.2.2,>=2.9.2;python_version<'3.0' # MIT
|
||||
influxdb>=2.9.2;python_version>='3.0' # MIT
|
||||
cassandra =
|
||||
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
|
||||
cassandra-driver!=3.6.0,>=2.6.0 # Apache-2.0
|
||||
elasticsearch =
|
||||
elasticsearch<3.0.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
|
@ -12,6 +12,7 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
||||
pycodestyle>=2.5.0 # MIT
|
||||
|
||||
# release notes
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user