From 806d63137f4186e5d88a05fef746d75d854c0ea2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 25 Sep 2018 12:08:28 +0300 Subject: [PATCH] requirements.txt: Use kazoo 2.5.0 SolrClient 0.2.1 currently depends on kazoo 2.2.1, but there is an issue with Python 3.7 in kazoo <= 2.5.0. Kazoo 2.5.0 fixes the is- sue with Python 3.7, and for my limited usage of SolrClient it se- ems to work fine. See: https://github.com/moonlitesolutions/SolrClient/issues/79 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e6429b..42c534c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 falcon==1.4.1 gunicorn==19.9.0 idna==2.7 -kazoo==2.2.1 +kazoo==2.5.0 psycopg2-binary==2.7.5 python-mimeparse==1.6.0 requests==2.19.1