Skip to content

Commit

Permalink
Override werkzeug dependency to avoid 3.x
Browse files Browse the repository at this point in the history
httpbin has a dependency to werzeug > 2.0.0, but does not work with
werkzeug >= 3.0.0
  • Loading branch information
eivindt committed Mar 10, 2024
1 parent e57b722 commit f8b0e7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Expand Up @@ -5,3 +5,5 @@ pytest-httpbin==2.0.0
httpbin~=0.10.0
trustme
wheel
cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy'
werkzeug~=2.0

0 comments on commit f8b0e7a

Please sign in to comment.