Kaynağa Gözat

use same marshmallow version as Hapic

Guénaël Muller 7 yıl önce
ebeveyn
işleme
5e9dbb6c0c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      setup.py

+ 1 - 1
setup.py Dosyayı Görüntüle

@@ -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