Added `marshmallow_dataclass` to the requirements.

This commit is contained in:
Fabio Manganiello 2023-03-26 03:44:57 +02:00
parent 89d85baa6d
commit f5d9895521
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
pyyaml
marshmallow
marshmallow_dataclass
python-prctl
flask
websockets

View File

@ -66,6 +66,7 @@ setup(
'python-dateutil',
'rsa',
'marshmallow',
'marshmallow_dataclass',
'frozendict',
'flask',
'bcrypt',