diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 56b91d6..2af6d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = ["markdown", "py-gfm"] [project.optional-dependencies] -dev = ["check-manifest", "black", "pyflakes", "mypy", "types-Markdown"] +dev = ["check-manifest", "black", "pyflakes", "mypy", "types-Markdown", "pyinstrument"] test = ["coverage"] [project.urls] |