소스 검색

use new apispec version

Bastien Sevajol 7 년 전
부모
커밋
94ef7ec92b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      setup.py

+ 2 - 2
setup.py 파일 보기

@@ -11,11 +11,11 @@ install_requires = [
11 11
     # TODO: marshmallow an extension too ? see #2
12 12
     'bottle',
13 13
     'marshmallow',
14
-    'apispec==0.25.5-algoo',
14
+    'apispec==0.27.1-algoo',
15 15
     'multidict'
16 16
 ]
17 17
 dependency_links = [
18
-    'git+https://github.com/algoo/apispec.git@dev-algoo#egg=apispec-0.25.5-algoo'  # nopep8
18
+    'git+https://github.com/algoo/apispec.git@dev-fork#egg=apispec-0.27.1-algoo'  # nopep8
19 19
 ]
20 20
 tests_require = [
21 21
     'pytest',