Skip to content

Commit ff3e01e

Browse files
committed
Update requirements.txt
"kazoo" package is optional, required for DCS zookeeper (by default we use etcd). "tzlocal" package is no longer required. "cdiff" package has been replaced with "ydiff". https://github.com/zalando/patroni/commits/master/requirements.txt
1 parent 4172977 commit ff3e01e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

files/requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ urllib3>=1.24.2,<1.25
22
boto
33
PyYAML
44
six >= 1.7
5-
kazoo>=1.3.1
65
python-etcd>=0.4.3,<0.5
76
python-consul>=0.7.1
87
click>=4.1
98
prettytable>=0.7
10-
tzlocal
119
python-dateutil
1210
psutil>=2.0.0
13-
cdiff
11+
ydiff>=1.2.0
1412
pexpect>=4.8.0
1513
ruamel.yaml>=0.16.10

0 commit comments

Comments
 (0)