Initial commit - Customer Portal for Coolify
This commit is contained in:
25
requirements.txt
Executable file
25
requirements.txt
Executable 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
|
||||
Reference in New Issue
Block a user