mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-10 04:19:37 +00:00
Clean up dropping Python 3.{4,5} (#1057)
This is a follow up for c8d8973c7e
(dropping Python 3.5). There waere some leftovers in requirements for
Pythonv versions `connexion` no longer supports.
This commit is contained in:
committed by
Henning Jacobs
parent
0e54dcacd0
commit
a4300026ed
2
setup.py
2
setup.py
@@ -27,8 +27,6 @@ install_requires = [
|
|||||||
'requests>=2.9.1',
|
'requests>=2.9.1',
|
||||||
'six>=1.9',
|
'six>=1.9',
|
||||||
'inflection>=0.3.1',
|
'inflection>=0.3.1',
|
||||||
'pathlib>=1.0.1; python_version < "3.4"',
|
|
||||||
'typing>=3.6.1; python_version < "3.6"',
|
|
||||||
'openapi-spec-validator>=0.2.4',
|
'openapi-spec-validator>=0.2.4',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user