Skip to content

Commit

Permalink
Merge pull request #19 from DogukanUrker/dev
Browse files Browse the repository at this point in the history
"Flask-WTF" added.
  • Loading branch information
DogukanUrker authored Jul 30, 2023
2 parents 31d501e + f296d57 commit 9375250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Simple blog app built with Flask.
- Flask
- Passlib
- WTForms
- Flask-WTF
- Flaskwebgui <sub><sup>(if you run desktop.py)</sup></sub>
- Python 3.10 or newer

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask==2.2.2
passlib==1.7.4
WTForms==3.0.1
Flask-WTF==1.1.1
flaskwebgui==1.0.3

0 comments on commit 9375250

Please sign in to comment.