From 330d82c6f17247ffed7ad32a02652c8f22c6828a Mon Sep 17 00:00:00 2001 From: Rob Court Date: Wed, 30 Aug 2023 15:52:28 +0100 Subject: [PATCH] adding SQLAlchemy --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b85dc822..48a6c2cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ pandasql pysolr base36 vfb_connect -better_profanity \ No newline at end of file +better_profanity +SQLAlchemy