We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35da028 + d40e411 commit 4b35906Copy full SHA for 4b35906
setup.cfg
@@ -29,6 +29,7 @@ install_requires =
29
strict_rfc3339
30
isodate
31
attrs
32
+ werkzeug
33
backports.functools-lru-cache; python_version<"3.0"
34
backports.functools-partialmethod; python_version<"3.0"
35
tests_require =
@@ -45,7 +46,7 @@ exclude =
45
46
47
[options.extras_require]
48
django = django>=2.2; python_version>="3.0"
-flask = werkzeug
49
+flask = flask
50
51
[tool:pytest]
52
addopts = -sv --flake8 --junitxml reports/junit.xml --cov openapi_core --cov-report term-missing --cov-report xml:reports/coverage.xml
0 commit comments