Skip to content

Commit d40e411

Browse files
committed
werkzeug missing dependency fix
1 parent 35da028 commit d40e411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install_requires =
2929
strict_rfc3339
3030
isodate
3131
attrs
32+
werkzeug
3233
backports.functools-lru-cache; python_version<"3.0"
3334
backports.functools-partialmethod; python_version<"3.0"
3435
tests_require =
@@ -45,7 +46,7 @@ exclude =
4546

4647
[options.extras_require]
4748
django = django>=2.2; python_version>="3.0"
48-
flask = werkzeug
49+
flask = flask
4950

5051
[tool:pytest]
5152
addopts = -sv --flake8 --junitxml reports/junit.xml --cov openapi_core --cov-report term-missing --cov-report xml:reports/coverage.xml

0 commit comments

Comments
 (0)