From a30a1c79e88a72374792665479d6334601ce090e Mon Sep 17 00:00:00 2001 From: Everaldo Date: Tue, 4 Jun 2024 09:37:06 -0700 Subject: [PATCH] Downgrade pycurl for compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7e01e5b..cfd4eb50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ biothings[web_extra]==0.12.4 jsonschema>=4.4.0 # web handling -pycurl==7.45.3 # to use curl_httpclient in tornado +pycurl==7.45.2 # to use curl_httpclient in tornado #chardet==3.0.4 aiocron==1.8