Explorar el Código

use same marshmallow version as Hapic

Guénaël Muller hace 7 años
padre
commit
5e9dbb6c0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py Ver fichero

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