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 pyyaml
marshmallow marshmallow
marshmallow_dataclass
python-prctl python-prctl
flask flask
websockets websockets

View File

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