Преглед изворни кода

fixes dependency on forked hapic_apispec instead of apispec itself

Damien Accorsi пре 6 година
родитељ
комит
1d67d47452
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

+ 1 - 1
setup.py Прегледај датотеку

@@ -9,7 +9,7 @@ here = path.abspath(path.dirname(__file__))
9 9
 
10 10
 install_requires = [
11 11
     'marshmallow >2.0.0,<3.0.0a1',
12
-    'apispec==0.35.0-algoo',
12
+    'hapic_apispec==0.35.0',
13 13
     'multidict'
14 14
 ]
15 15
 tests_require = [