refact: phase 1

This commit is contained in:
2025-08-05 06:13:54 +02:00
parent 6de8dc066f
commit b7d8194c51
24 changed files with 1379 additions and 76 deletions

View File

@@ -8,6 +8,8 @@ dependencies = [
"Flask-SQLAlchemy>=3.0.5",
"Flask-WTF>=1.1.1",
"WTForms>=3.0.1",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",
]
[build-system]