mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Limit py-consul version depending on python version (#3336)
Latest release is incompatible with python < 3.9
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@ boto3
|
||||
PyYAML
|
||||
kazoo>=1.3.1
|
||||
python-etcd>=0.4.3,<0.5
|
||||
py-consul>=1.1.1
|
||||
py-consul>=1.1.1,<1.5.4; python_version=="3.6"
|
||||
py-consul>=1.1.1,<1.6.0; python_version>"3.6" and python_version<"3.9"
|
||||
py-consul>=1.1.1; python_version>="3.9"
|
||||
click>=4.1
|
||||
prettytable>=0.7
|
||||
python-dateutil
|
||||
|
||||
Reference in New Issue
Block a user