mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
* unittest bug: https://bugs.python.org/issue25532 * `urllib3[secure]` wrongly depends on `ipaddress` for python3, while in fact we don't need all dependencies of the `secure` extra, but only `ipaddress` for the `kubernetes` on python2.7 Close https://github.com/zalando/patroni/issues/1717 Close https://github.com/zalando/patroni/issues/1709
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
urllib3>=1.19.1,!=1.21
|
|
ipaddress; python_version=="2.7"
|
|
boto
|
|
PyYAML
|
|
six >= 1.7
|
|
kazoo>=1.3.1
|
|
python-etcd>=0.4.3,<0.5
|
|
python-consul>=0.7.1
|
|
click>=4.1
|
|
prettytable>=0.7
|
|
python-dateutil
|
|
pysyncobj>=0.3.7
|
|
psutil>=2.0.0
|
|
ydiff>=1.2.0
|