diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,9 @@ dependencies = [ "light9 @ file:///${PROJECT_ROOT}/", "python-debouncer>=0.1.4", "pytest>=8.2.0", + "avro>=1.11.3", + "fastavro>=1.9.4", + "yappi>=1.6.0", ] requires-python = ">=3.11"