From 69d582194898a373612b55c9e7484e8bd8ecda6f Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 5 Oct 2021 09:01:13 -0400 Subject: [PATCH] Update requirements.txt Add SQLAlchemy Recapitalize SQLAlchemy-Utils to conform with PyPi styling --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c570a2b..97a9495 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ psycopg2 requests bcrypt gunicorn -sqlalchemy-utils +SQLAlchemy +SQLAlchemy-Utils