mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
* async is a keyword in python3.7
Setting up patroni (1.4.4-1) ...
File "/usr/lib/python3/dist-packages/patroni/ha.py", line 610
'offline': dict(stop='fast', checkpoint=False, release=False, offline=True, async=False),
^
SyntaxError: invalid syntax
Fix #750 by replacing dict member "async" with "async_req".
* requirements.txt: Update for new kubernetes version compatible with 3.7
17 lines
236 B
Plaintext
17 lines
236 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>=2.0.0,<=7.0.0,!=4.0.*,!=5.0.*
|