We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1abc9 commit 34ad824Copy full SHA for 34ad824
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "re-env0-toolbox"
+name = "re-env0"
3
version = "0.1.0"
4
description = ""
5
authors = ["Igor Malinovskyi <[email protected]>"]
@@ -10,7 +10,7 @@ python = "^3.11"
10
typer = "^0.12.3"
11
setuptools = "^69.5.1"
12
backoff = "^2.2.1"
13
-env0-client = {path = "deps/env0_client", develop = true}
+env0-client = {path = "deps/env0_client"}
14
requests = "^2.31.0"
15
16
[tool.poetry.scripts]
0 commit comments