Skip to content

Commit

Permalink
[examples] pin werkzeug < 2.1 to work around httpbin bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jul 17, 2022
1 parent 2c9d904 commit 30c5242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After checking out the code using git you can run:
.. code-block:: console
$ pip install -e .
$ pip install asgiref dnslib httpbin starlette wsproto
$ pip install asgiref dnslib httpbin starlette "werkzeug<2.1" wsproto
HTTP/3
Expand Down

0 comments on commit 30c5242

Please sign in to comment.