mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
* Use ConfigMaps or Endpoins for leader elections and to keep cluster state * Label pods with a postgres role * change behavior of pip install. From now on it will not install all dependencies, you have to specify explicitly DCS you want to use Patroni with: `pip install patroni[etcd,zookeeper,kubernetes]`
17 lines
212 B
Plaintext
17 lines
212 B
Plaintext
urllib3>=1.19.1,!=1.21
|
|
boto
|
|
psycopg2>=2.5.4
|
|
PyYAML
|
|
requests
|
|
six >= 1.7
|
|
kazoo>=1.3.1
|
|
python-etcd>=0.4.3,<0.5
|
|
python-consul>=0.7.0
|
|
click>=4.1
|
|
prettytable>=0.7
|
|
tzlocal
|
|
python-dateutil
|
|
psutil
|
|
cdiff
|
|
kubernetes==3.0.0
|