29 lines
441 B
Plaintext
29 lines
441 B
Plaintext
# ⒸAngelaMos | 2025
|
|
|
|
# FastAPI and server
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-multipart>=0.0.6
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.25
|
|
psycopg2-binary>=2.9.9
|
|
alembic>=1.13.0
|
|
|
|
# Security
|
|
passlib[bcrypt]>=1.7.4
|
|
python-jose[cryptography]>=3.3.0
|
|
bcrypt>=4.1.2
|
|
|
|
# HTTP client for scanners
|
|
httpx>=0.26.0
|
|
aiohttp>=3.9.0
|
|
|
|
# Settings management
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# Utilities
|
|
email-validator>=2.1.0
|