Skip to content

Commit 6864c10

Browse files
committed
remove types-Werkzeug, not needed since v2.0
Signed-off-by: Lance-Drane <[email protected]>
1 parent d992e94 commit 6864c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install_requires =
1616

1717
[options.extras_require]
1818
# mongo-types no longer seems necessary and has some annoying bugs, i.e. https://github.com/sbdchd/mongo-types/issues/68
19-
dev = pytest; coverage; flake8; mypy; types-requests; types-Werkzeug
19+
dev = pytest; coverage; flake8; mypy; types-requests
2020

2121
[flake8]
2222
max-line-length = 120

0 commit comments

Comments
 (0)