From f5d9895521c5e8fdfd8100af65a69bd75791c85e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 26 Mar 2023 03:44:57 +0200 Subject: [PATCH] Added `marshmallow_dataclass` to the requirements. --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index b31f4888..b7d0b9c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ pyyaml marshmallow +marshmallow_dataclass python-prctl flask websockets diff --git a/setup.py b/setup.py index 03510394..8134e4ac 100755 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ setup( 'python-dateutil', 'rsa', 'marshmallow', + 'marshmallow_dataclass', 'frozendict', 'flask', 'bcrypt',