15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
# NFOGuard Web Interface Dependencies
|
|
# Minimal dependencies for web-only container
|
|
|
|
# Core web framework
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
|
|
# Database connectivity
|
|
psycopg2-binary==2.9.7
|
|
|
|
# Authentication and sessions
|
|
python-multipart==0.0.6
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0 |