add CSRF token
This commit is contained in:
parent
be24a37f5c
commit
c46dce5e3b
16 changed files with 38 additions and 12 deletions
|
|
@ -8,7 +8,9 @@ dependencies = [
|
|||
"Python-Dotenv>=1.0.0",
|
||||
"Flask",
|
||||
"Flask-Login",
|
||||
"Peewee"
|
||||
"Peewee",
|
||||
"Flask-WTF",
|
||||
"peewee-migrate"
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue