Initial commit - Customer Portal for Coolify

This commit is contained in:
2025-12-17 10:08:34 +01:00
commit 9fca32567c
153 changed files with 16432 additions and 0 deletions

25
requirements.txt Executable file
View File

@@ -0,0 +1,25 @@
# Web Framework
flask==3.1.0
flask-cors==5.0.0
gunicorn==23.0.0
# Database
psycopg2-binary==2.9.10
sqlalchemy==2.0.36
alembic==1.14.0
# Authentication
pyotp==2.9.0
# Email
flask-mail==0.10.0
# HTTP Client
httpx==0.28.1
# Configuration
python-dotenv==1.0.1
pyyaml==6.0.2
# Utils
python-dateutil==2.9.0.post0