From b2e98f0c8d36ac35deb6224f3d99d16b73a51412 Mon Sep 17 00:00:00 2001 From: Brendan Leonard Date: Mon, 17 Jun 2019 17:19:09 -0400 Subject: [PATCH] Update SQLAlchemy to 1.3.5 (#10) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0f891f..e2a1b23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==1.0.2 -SQLAlchemy==1.1.14 +SQLAlchemy==1.3.5 git+https://github.com/cid-harvard/pandas-to-postgres.git@v0.0.3#egg=pandas-to-postgres toastedmarshmallow==0.2.6 lima==0.5