From 0281bb688de509bcc60af1bc36990a47d9645eba Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 29 Sep 2023 21:48:00 -0400 Subject: [PATCH] update test deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2396a5be..3278d46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ # extras # https://peps.python.org/pep-0621/#dependencies-optional-dependencies [project.optional-dependencies] -test = ["pint", "pytest", "pytest-cov", "pytest-qt", "numpy", "cmap"] +test = ["pint", "pytest", "pytest-cov", "pytest-qt", "numpy", "cmap", "pyconify"] dev = [ "black", "ipython",