Files
patroni/requirements.txt
Alexander Kukushkin 32934b205f Limit py-consul version depending on python version (#3336)
Latest release is incompatible with python < 3.9
2025-04-18 16:48:32 +02:00

17 lines
384 B
Plaintext

urllib3>=1.19.1,!=1.21
boto3
PyYAML
kazoo>=1.3.1
python-etcd>=0.4.3,<0.5
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
pysyncobj>=0.3.8
cryptography>=1.4
psutil>=2.0.0
ydiff>=1.2.0,<1.5,!=1.4.0,!=1.4.1
python-json-logger>=2.0.2