|
@@ -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
|
|
- 'apispec',
|
|
12
|
+ 'apispec==0.35.0-algoo',
|
13
|
13
|
'multidict'
|
14
|
14
|
]
|
15
|
15
|
tests_require = [
|
|
@@ -94,8 +94,10 @@ setup(
|
94
|
94
|
# "scripts" keyword. Entry points provide cross-platform support and allow
|
95
|
95
|
# pip to create the appropriate form of executable for the target platform.
|
96
|
96
|
entry_points={},
|
97
|
|
-
|
98
|
97
|
setup_requires=[],
|
|
98
|
+ dependency_links=[
|
|
99
|
+ 'git+https://github.com/algoo/apispec.git@hapic_apispec#egg=apispec-0.35.0-algoo'
|
|
100
|
+ ],
|
99
|
101
|
tests_require=tests_require,
|
100
|
102
|
include_package_data=True,
|
101
|
103
|
)
|