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 untrusted user: 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',