Initial commit.

This commit is contained in:
2025-07-12 09:07:17 +02:00
commit 24bc192085
7 changed files with 170 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
Flask==3.0.3
gunicorn==23.0.0
flask_wtf
flask_sqlalchemy
flask_cors
flask_mail
authlib
jwt
mysqlclient
stripe
python_dotenv
authlib
pydantic
# psycopg2
requests
cryptography
altcha