Skip to content

Commit b1c7fb5

Browse files
committed
unpin weukzeug
1 parent 6fcc138 commit b1c7fb5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ def find_version(*file_paths):
5858
"requests>=2.22.0",
5959
"tornado",
6060
"urllib3",
61-
# Needed to un-break httpbin 0.7.0. For httpbin >=0.7.1 and after,
62-
# this pin and the dependency itself can be removed, provided
63-
# that the related bug in httpbin has been fixed:
64-
# https://github.com/kevin1024/vcrpy/issues/645#issuecomment-1562489489
65-
# https://github.com/postmanlabs/httpbin/issues/673
66-
# https://github.com/postmanlabs/httpbin/pull/674
67-
"Werkzeug==2.0.3",
6861
],
6962
}
7063

0 commit comments

Comments
 (0)