From b4d08af3a8ada85e0972bf67847028c4612e649a Mon Sep 17 00:00:00 2001
From: Jeremy M Fee <jmfee@usgs.gov>
Date: Fri, 23 Oct 2020 16:23:46 +0000
Subject: [PATCH] Switch pycurl version back to `*`.

Newer version is available and causes pipeline issues.
---
 Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Pipfile b/Pipfile
index 0fe36b73..074a95e9 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,7 @@ webtest = "*"
 numpy = "*"
 scipy = "*"
 obspy = "*"
-pycurl = "==7.43.0.5"
+pycurl = "*"
 
 # web service dependencies
 authlib = "*"
-- 
GitLab