diff options
author | Qrius <[email protected]> | 2025-03-10 13:28:03 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2025-03-10 13:28:06 +0100 |
commit | 44fecdfe41596acba584cdc9a93b67e92a3f1f0d (patch) | |
tree | d261bb4b49b9ddf3db6dd5ef0786611f5306997c /pyproject.toml | |
parent | 12d07e873ea21263fbacb5e0193d38893ceff846 (diff) | |
download | skaldpress-44fecdfe41596acba584cdc9a93b67e92a3f1f0d.tar.gz skaldpress-44fecdfe41596acba584cdc9a93b67e92a3f1f0d.zip |
Finish feature parity
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] |