summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bbee86b..646335a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,9 @@ requires-python = ">=3.12"
dependencies = [
"flask>=3.1.1",
"flask-migrate>=4.1.0",
+ "flask-simplelogin>=0.2.0",
"flask-sqlalchemy>=3.1.1",
+ "flask-wtf>=1.2.2",
"gunicorn>=23.0.0",
"names>=0.3.0",
"pandas>=2.3.1",