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:
Tomasz Trębski
2019-10-27 23:14:56 +01:00
committed by Henning Jacobs
parent 0e54dcacd0
commit a4300026ed

View File

@@ -27,8 +27,6 @@ install_requires = [
'requests>=2.9.1',
'six>=1.9',
'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',
]