mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
werkzeug missing dependency fix
This commit is contained in:
parent
35da0289c1
commit
d40e41128f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue