fixed website

This commit is contained in:
2025-05-20 15:59:09 +02:00
parent 1c5b8e2298
commit 8330b73cd1
12 changed files with 701 additions and 37 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "tutor-tool"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"eventlet>=0.40.0",
"flask>=3.1.1",
"flask-login>=0.6.3",
"flask-socketio>=5.5.1",
"flask-sqlalchemy>=3.1.1",
"flask-wtf>=1.2.2",
"gunicorn>=23.0.0",
"pytz>=2025.2",
"xkcdpass>=1.20.0",
]