WIP registration platform + discord bot

This commit is contained in:
2026-01-03 20:37:22 +01:00
parent 073087e644
commit 5afac8f90d
13 changed files with 648 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "register-website"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"email-validator>=2.3.0",
"flask>=3.1.2",
"flask-mail>=0.10.0",
"flask-sqlalchemy>=3.1.1",
]