Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
The receiver in example might failed to build due to ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py)

Appending Werkzeug==2.2.2 to examples/receiver/requirements.txt helps. #66
  • Loading branch information
deshmukhrajvardhan authored Jul 22, 2024
1 parent 91886bc commit 5786c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/receiver/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ jwcrypto==1.0
PyJWT==2.4.0
requests==2.26.0
typing-extensions==3.10.0.2
Werkzeug==2.2.2
Flask==2.0.2

0 comments on commit 5786c89

Please sign in to comment.