Skip to content

Commit

Permalink
Update requirements for example application
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 9, 2021
1 parent f79481c commit 1cdc1f1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Click==7.0
Flask==1.1.1
click==8.0.1
Flask==2.0.1
Flask-Moment
itsdangerous==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
Werkzeug==0.15.5
importlib-metadata==4.5.0
itsdangerous==2.0.1
Jinja2==3.0.1
MarkupSafe==2.0.1
pkg-resources==0.0.0
typing-extensions==3.10.0.0
Werkzeug==2.0.1
zipp==3.4.1

0 comments on commit 1cdc1f1

Please sign in to comment.