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
|
pyyaml
|
||||||
marshmallow
|
marshmallow
|
||||||
|
marshmallow_dataclass
|
||||||
python-prctl
|
python-prctl
|
||||||
flask
|
flask
|
||||||
websockets
|
websockets
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -66,6 +66,7 @@ setup(
|
||||||
'python-dateutil',
|
'python-dateutil',
|
||||||
'rsa',
|
'rsa',
|
||||||
'marshmallow',
|
'marshmallow',
|
||||||
|
'marshmallow_dataclass',
|
||||||
'frozendict',
|
'frozendict',
|
||||||
'flask',
|
'flask',
|
||||||
'bcrypt',
|
'bcrypt',
|
||||||
|
|
Loading…
Reference in a new issue