Files
Aegis/backend/requirements.txt
Kitos 9b70655b7e feat(infra): add Redis service and client for Phase 0 [FASE-0.1]
Add Redis 7 to Docker Compose with healthcheck and persistence, separate logical DBs for blacklist and cache, singleton redis client helpers, and unit tests with fakeredis.
2026-05-18 13:18:45 +02:00

30 lines
363 B
Plaintext

fastapi
uvicorn[standard]
sqlalchemy
psycopg2-binary
alembic
python-jose[cryptography]
passlib[bcrypt]
bcrypt==4.0.1
boto3
apscheduler
requests
pyyaml
pySigma
toml
taxii2-client
python-multipart
pydantic-settings
slowapi
defusedxml
redis>=5.0.0
atlassian-python-api>=4.0.0
weasyprint>=62.0
docxtpl>=0.18.0
# Testing
pytest
pytest-asyncio
httpx
fakeredis>=2.23.0