From 4978e6c6b9fb2a9c4006466d31e3c3987fdf0a67 Mon Sep 17 00:00:00 2001 From: William Patton Date: Sun, 25 Aug 2024 11:32:50 -0400 Subject: [PATCH] add types-toml to dev dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62ec9d9..f822866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ version = { attr = "funlib.persistence.__version__" } [project.optional-dependencies] -dev = ['coverage>=5.0.3', 'pytest', 'black', 'mypy', 'types-psycopg2'] +dev = ['coverage>=5.0.3', 'pytest', 'black', 'mypy', 'types-psycopg2', 'types-toml'] [tool.ruff] # pyflakes, pycodestyle, isort