diff --git a/pyproject.toml b/pyproject.toml index d87eaf4..7c21530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "multiball" dynamic = ["version"] description = "Multi-host parallel execution shell with powerful features." authors = [{name = "Cassowary", email="cassowary@riseup.net"}] -dependencies = ["tqdm", "yaml-1.3", "prompt_toolkit", "fabric2"] +dependencies = ["tqdm", "pyyaml", "prompt_toolkit", "fabric2"] requires-python = ">=3.8" readme = {file = "README.txt", content-type = "text/plain"} license = {text = "LICENSE"} @@ -19,4 +19,4 @@ path = "multiball/__init__.py" [project.scripts] multiball = "multiball.__main__:main" - \ No newline at end of file +