# Requirements for running tests and non-production Docker build.
# Expects some apt packages are already installed.
# see .github/workflows/python_tests.yml for more details.

-r requirements.txt
debugpy>=1.6.4
mypy==1.13.0
pymemcache==4.0.0
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==4.1.0
ruff==0.6.2
safety==2.3.5
