werkzeug missing dependency fix

This commit is contained in:
Artur Maciag 2020-02-24 09:48:42 +00:00
parent 35da0289c1
commit d40e41128f

View file

@ -29,6 +29,7 @@ install_requires =
strict_rfc3339
isodate
attrs
werkzeug
backports.functools-lru-cache; python_version<"3.0"
backports.functools-partialmethod; python_version<"3.0"
tests_require =
@ -45,7 +46,7 @@ exclude =
[options.extras_require]
django = django>=2.2; python_version>="3.0"
flask = werkzeug
flask = flask
[tool:pytest]
addopts = -sv --flake8 --junitxml reports/junit.xml --cov openapi_core --cov-report term-missing --cov-report xml:reports/coverage.xml