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.
1 parent 6fcc138 commit a981e24Copy full SHA for a981e24
setup.py
@@ -58,13 +58,6 @@ def find_version(*file_paths):
58
"requests>=2.22.0",
59
"tornado",
60
"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",
68
],
69
}
70
0 commit comments