Tweak design and try to prevent CSRF issues

This commit is contained in:
Thomas Sileo
2022-07-08 09:01:25 +02:00
parent 7bb417759e
commit 68c13b275d
4 changed files with 32 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ emoji = "^1.7.0"
PyLD = "^2.0.3"
aiosqlite = "^0.17.0"
cachetools = "^5.2.0"
humanize = "^4.2.3"
[tool.poetry.dev-dependencies]
black = "^22.3.0"