From 4f6b166069852da0303aaf0d9686534d7b25a42b Mon Sep 17 00:00:00 2001 From: Rob Court Date: Wed, 23 Oct 2024 13:57:19 +0100 Subject: [PATCH] dataclasses --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69c739b9..84543805 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ pysolr base36 vfb_connect better_profanity -SQLAlchemy>=1.0,<2.0 \ No newline at end of file +SQLAlchemy>=1.0,<2.0 +dataclasses