mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 10:20:10 +00:00
Recently released psycopg2 split into two different packages, psycopg2, and psycopg2-binary which could be installed at the same time into the same place on the filesystem. In order to decrease dependency hell problem, we let a user choose how to install psycopg2. There are a few options available and it is reflected in the documentation. This PR also changes the following behavior: * `pip install patroni` will fail if psycopg2 is not installed * Patroni will check psycopg2 upon start and fail if it can't be found or outdated. Closes https://github.com/zalando/patroni/issues/1021
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
urllib3>=1.19.1,!=1.21
|
|
boto
|
|
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>=2.0.0
|
|
cdiff
|
|
kubernetes>=2.0.0,<=7.0.0,!=4.0.*,!=5.0.*
|