fastapi==0.89.1
websockets==10.4
uvicorn==0.20.0
python-dotenv==0.21.1

[dev]
mypy>=0.910
black>=21.10b0
ruff>=0.0.98
pre-commit>=2.17.0

[test]
pytest>=6.2.5
coverage>=6.1.1
pytest-cov>=3.0.0
