mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Relax Werkzeug==2.0.3 into Werkzeug<3
This commit is contained in:
14
setup.py
14
setup.py
@@ -67,13 +67,13 @@ tests_require = [
|
|||||||
"pytest-httpbin",
|
"pytest-httpbin",
|
||||||
"requests>=2.16.2",
|
"requests>=2.16.2",
|
||||||
"tornado",
|
"tornado",
|
||||||
# Needed to un-break httpbin 0.7.0. For httpbin >=0.7.1 and after,
|
# Needed to un-break httpbin 0.10.1. For httpbin >=0.10.2,
|
||||||
# this pin and the dependency itself can be removed, provided
|
# this cap and the dependency itself can be removed, provided
|
||||||
# that the related bug in httpbin has been fixed:
|
# that the related bug in httpbin has has been fixed in a new release:
|
||||||
# https://github.com/kevin1024/vcrpy/issues/645#issuecomment-1562489489
|
# https://github.com/psf/httpbin/issues/28
|
||||||
# https://github.com/postmanlabs/httpbin/issues/673
|
# https://github.com/psf/httpbin/pull/29
|
||||||
# https://github.com/postmanlabs/httpbin/pull/674
|
# https://github.com/psf/httpbin/pull/37
|
||||||
"Werkzeug==2.0.3",
|
"Werkzeug<3",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user