diff --git a/pyproject.toml b/pyproject.toml index c8027b4f4..941bc94d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,7 @@ toml = "^0.10.1" srvresolver = "^0.3.5" colorama = "^0.4.4" -goth = {git = "https://github.com/golemfactory/goth.git", branch = "az/command-output-monitor", optional = true, python = "^3.8.0"} -# goth = {path = "../goth", develop = true, optional = true, python = "^3.8.0"} +goth = {git = "https://github.com/golemfactory/goth.git", branch = "master", optional = true, python = "^3.8.0"} [tool.poetry.extras] cli = ['fire', 'rich']