From 521de7303a88f5db57451ddeca4e4f6fd37c1015 Mon Sep 17 00:00:00 2001
From: Travis Rivers <trivers@contractor.usgs.gov>
Date: Thu, 3 Sep 2020 09:58:47 -0600
Subject: [PATCH] update pycurl version

---
 Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Pipfile b/Pipfile
index 474d5748..dc45e0b1 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,7 +14,7 @@ webtest = "*"
 numpy = "*"
 scipy = "*"
 obspy = "*"
-pycurl = "*"
+pycurl = "==7.43.0.5"
 authlib = "*"
 cryptography = "*"
 databases = {extras = ["postgresql", "sqlite"],version = "*"}
-- 
GitLab