From 1a4c042296b095985f701bf3467183e27738beb1 Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Thu, 9 Apr 2020 13:24:50 -0600 Subject: [PATCH] lock in to orm 0.1.5 for now --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b0976d84..921318cd 100644 --- a/Pipfile +++ b/Pipfile @@ -22,7 +22,7 @@ databases = {extras = ["postgresql", "sqlite"],version = "*"} fastapi = "*" httpx = "==0.11.1" openpyxl = "*" -orm = "*" +orm = "==0.1.5" pydantic = "==1.4" sqlalchemy = "*" uvicorn = "*" -- GitLab