Skip to content

Commit

Permalink
add flask_wtf to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TomeCirun committed Jul 8, 2022
1 parent b1bb3cb commit 90b47bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ feedgen==0.9.0
Flask==2.0.3
Flask-Babel==1.0.0
Flask-Login==0.6.1
Flask-WTF==1.0.1
flask-multistatic==1.0
Jinja2==3.0.3
PyJWT==2.4.0
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ flask-babel==1.0.0
# via -r requirements.in
flask-login==0.6.1
# via -r requirements.in
flask-wtf==1.0.1
# via -r requirements.in
flask-multistatic==1.0
# via -r requirements.in
greenlet==1.1.2
Expand Down

0 comments on commit 90b47bf

Please sign in to comment.