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

Merge pull request #48 from algoo/develop

Bastien Sevajol пре 6 година
родитељ
комит
d5b526e933
No account linked to committer's email
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

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

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',
13
     'multidict'
13
     'multidict'
14
 ]
14
 ]
15
 tests_require = [
15
 tests_require = [