Browse Source

use same marshmallow version as Hapic

Guénaël Muller 7 years ago
parent
commit
5e9dbb6c0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py View File

24
     'babel',
24
     'babel',
25
     'alembic',
25
     'alembic',
26
     'hapic',
26
     'hapic',
27
-    'marshmallow',
27
+    'marshmallow <3.0.0a1,>2.0.0',
28
     'cliff',
28
     'cliff',
29
 ]
29
 ]
30
 
30