Set marshmallow in setup

This commit is contained in:
Xavier Bustamante Talavera 2018-07-08 12:15:07 +02:00
parent 5029c16873
commit a86758d47f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ setup(
install_requires=[
'teal>=0.2.0a6',
'marshmallow_enum',
'marshmallow==3.0.0b9'
'ereuse-utils[Naming]>=0.4b1',
'psycopg2-binary',
'requests',