Browse Source

Update setup.py

Bastien Sevajol 6 years ago
parent
commit
fb74a2fa1f
No account linked to committer's email
1 changed files with 1 additions and 5 deletions
  1. 1 5
      setup.py

+ 1 - 5
setup.py View File

8
 
8
 
9
 install_requires = [
9
 install_requires = [
10
     'marshmallow',
10
     'marshmallow',
11
-    'apispec==0.27.1-algoo',
11
+    'apispec',
12
     'multidict'
12
     'multidict'
13
 ]
13
 ]
14
-dependency_links = [
15
-    'git+https://github.com/algoo/apispec.git@dev-fork#egg=apispec-0.27.1-algoo'  # nopep8
16
-]
17
 tests_require = [
14
 tests_require = [
18
     'pytest',
15
     'pytest',
19
     'pytest-cov',
16
     'pytest-cov',
64
     # requirements files see:
61
     # requirements files see:
65
     # https://packaging.python.org/en/latest/requirements.html
62
     # https://packaging.python.org/en/latest/requirements.html
66
     install_requires=install_requires,
63
     install_requires=install_requires,
67
-    dependency_links=dependency_links,
68
 
64
 
69
     # List additional groups of dependencies here (e.g. development
65
     # List additional groups of dependencies here (e.g. development
70
     # dependencies). You can install these using the following syntax,
66
     # dependencies). You can install these using the following syntax,