Преглед на файлове

Merge branch 'master' of github.com:algoo/hapic

Damien Accorsi преди 6 години
родител
ревизия
2222914d6f
променени са 1 файла, в които са добавени 2 реда и са изтрити 6 реда
  1. 2 6
      setup.py

+ 2 - 6
setup.py Целия файл

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',
32
     # Versions should comply with PEP440.  For a discussion on single-sourcing
29
     # Versions should comply with PEP440.  For a discussion on single-sourcing
33
     # the version across setup.py and the project code, see
30
     # the version across setup.py and the project code, see
34
     # https://packaging.python.org/en/latest/single_source_version.html
31
     # https://packaging.python.org/en/latest/single_source_version.html
35
-    version='0.21',
32
+    version='0.22',
36
 
33
 
37
     description='HTTP api input/output manager',
34
     description='HTTP api input/output manager',
38
     # long_description=long_description,
35
     # long_description=long_description,
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,