From eaf1c5690e85641fe97451150271acebd50ea620 Mon Sep 17 00:00:00 2001 From: Jeremy M Fee <jmfee@usgs.gov> Date: Tue, 20 Oct 2020 19:40:59 +0000 Subject: [PATCH] Lock in to databases v0.3.2 for now which uses the simpler to install psycopg2-binary. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4414bbc3..93a51671 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ pycurl = "==7.43.0.5" # web service dependencies authlib = "*" cryptography = "*" -databases = {extras=["postgresql", "sqlite"], version = "*"} +databases = {extras=["postgresql", "sqlite"], version = "0.3.2"} fastapi = "*" gunicorn = "*" httpx = "==0.11.1" -- GitLab