瀏覽代碼

require apispec-0.25.5-algoo

Bastien Sevajol 7 年之前
父節點
當前提交
f4f8fd0658
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      setup.py

+ 2 - 2
setup.py 查看文件

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