forked from platypush/platypush
Added marshmallow_dataclass
to the requirements.
This commit is contained in:
parent
89d85baa6d
commit
f5d9895521
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
pyyaml
|
||||
marshmallow
|
||||
marshmallow_dataclass
|
||||
python-prctl
|
||||
flask
|
||||
websockets
|
||||
|
|
1
setup.py
1
setup.py
|
@ -66,6 +66,7 @@ setup(
|
|||
'python-dateutil',
|
||||
'rsa',
|
||||
'marshmallow',
|
||||
'marshmallow_dataclass',
|
||||
'frozendict',
|
||||
'flask',
|
||||
'bcrypt',
|
||||
|
|
Loading…
Reference in a new issue