소스 검색

Merge pull request #47 from inkhey/fix/update_hapic_apispec_dependency

Bastien Sevajol 6 년 전
부모
커밋
730d2bee79
No account linked to committer's email
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
-    'hapic_apispec==0.35.0',
12
+    'hapic_apispec==0.37.0',
13 13
     'multidict'
14 14
 ]
15 15
 tests_require = [