Browse Source

use hapic_apispec 0.37

Guénaël Muller 6 years ago
parent
commit
0538971fef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py View File

9
 
9
 
10
 install_requires = [
10
 install_requires = [
11
     'marshmallow >2.0.0,<3.0.0a1',
11
     'marshmallow >2.0.0,<3.0.0a1',
12
-    'hapic_apispec==0.35.0',
12
+    'hapic_apispec==0.37.0-algoo',
13
     'multidict'
13
     'multidict'
14
 ]
14
 ]
15
 tests_require = [
15
 tests_require = [