diff options
author | Eddy Pedroni <epedroni@pm.me> | 2024-11-09 23:22:55 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2024-11-09 23:22:55 +0100 |
commit | f676c50ba91ca6d4d0da9f77aeadc8b3fb16dc26 (patch) | |
tree | dd7cf29dff80610ec3e6179b444954a5bca3e125 /cli-project/pyproject.toml | |
parent | cda8197669409689be291660f93cb288ab2d31b3 (diff) |
CLI improvements
Diffstat (limited to 'cli-project/pyproject.toml')
-rw-r--r-- | cli-project/pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli-project/pyproject.toml b/cli-project/pyproject.toml index 7d31a09..3e2c855 100644 --- a/cli-project/pyproject.toml +++ b/cli-project/pyproject.toml @@ -16,7 +16,6 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "pytest" ] [project.scripts] |