16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
# Base runtime requirements - adapt to your stack.
|
|
# Example for a Python FastAPI backend. Remove or replace if using Go/Node/etc.
|
|
|
|
fastapi>=0.121.2
|
|
uvicorn[standard]>=0.22.0
|
|
pydantic>=2.0
|
|
sqlalchemy>=2.0.44
|
|
alembic>=1.17.2
|
|
python-dotenv>=1.0
|
|
passlib[bcrypt]>=1.7.4
|
|
httpx>=0.28.1
|
|
requests>=2.31
|
|
python-multipart>=0.0.20
|
|
|
|
# Add additional runtime libs below
|