/ requirements.dev.txt
requirements.dev.txt
 1  # keep in sync with pyproject.toml [project.optional-dependencies] dev block.
 2  wheel==0.38.1
 3  setuptools==65.5.1; python_version < '3.12'
 4  setuptools==68.2.2; python_version >= '3.12'
 5  jupyter==1.0.0
 6  mypy==1.1.1
 7  pandas-stubs
 8  pytest==7.4.4
 9  pytest-asyncio==0.23.7
10  pytest-mock==3.14.0
11  pytest-html>=4.2.0
12  types-PyYAML==6.0.1
13  types-requests==2.26.0
14  types-dataclasses==0.6
15  types-python-dateutil==2.8.19
16  types-ujson==5.4.0
17  pillow==11.3.0
18  pip-audit
19  pyspark
20  ruff==0.3.7
21  pre-commit==3.5.0
22  tracely>=0.2.11
23  
24  # service dependencies
25  litestar>=2.7.1
26  dynaconf
27  uvicorn
28  pyarrow
29  httpx