Compare commits

..

1 Commits
trunk ... trunk

Author SHA1 Message Date
2ec8bd7b55 fix: update dependencies 2025-01-28 18:43:19 +01:00

View File

@ -8,7 +8,7 @@ name = "multiball"
dynamic = ["version"] dynamic = ["version"]
description = "Multi-host parallel execution shell with powerful features." description = "Multi-host parallel execution shell with powerful features."
authors = [{name = "Cassowary", email="cassowary@riseup.net"}] 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" requires-python = ">=3.8"
readme = {file = "README.txt", content-type = "text/plain"} readme = {file = "README.txt", content-type = "text/plain"}
license = {text = "LICENSE"} license = {text = "LICENSE"}