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.
30 lines
363 B
Plaintext
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
|