Skip to content

Commit

Permalink
Flask installs the latest versions of itsdangerous/Werkzeug, which ar…
Browse files Browse the repository at this point in the history
…e not compatible with that version of Flask

Signed-off-by: DrSchottky <6048264+DrSchottky@users.noreply.github.com>
  • Loading branch information
DrSchottky committed Jul 30, 2022
1 parent e422c4d commit 5420700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ smbus2==0.3.0
Pillow==5.4.1
spidev==3.4
gast==0.2.2
itsdangerous==1.1.0
markupsafe==1.1.1
Werkzeug==0.14.1
flask==1.0.2
flask-cors==3.0.7
flask-wtf==0.14.3
Expand Down

0 comments on commit 5420700

Please sign in to comment.