maybe good
This commit is contained in:
34
requirements.txt
Normal file
34
requirements.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
# Delphi Consulting Group Database System
|
||||
# Python 3.12+ FastAPI Backend Requirements
|
||||
|
||||
# Core Web Framework
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
gunicorn==21.2.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
alembic==1.13.1
|
||||
|
||||
# Authentication & Security
|
||||
python-multipart==0.0.6
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
bcrypt==4.1.2
|
||||
|
||||
# Data Validation
|
||||
pydantic==2.5.2
|
||||
pydantic-settings==2.1.0
|
||||
email-validator==2.1.0
|
||||
|
||||
# Templates & Static Files
|
||||
jinja2==3.1.2
|
||||
aiofiles==23.2.1
|
||||
|
||||
# Testing
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
httpx==0.25.2
|
||||
|
||||
# Development
|
||||
python-dotenv==1.0.0
|
||||
Reference in New Issue
Block a user