python-dependency-injector/examples/miniapps/fastapi-redis/requirements.txt

11 lines
155 B
Plaintext

dependency-injector
fastapi
uvicorn
aioredis<2 # TODO: Update example to work with aioredis >= 2.0
# For testing:
pytest
pytest-asyncio
pytest-cov
httpx