Skip to content

Commit

Permalink
add decorator requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
haritamar committed Jul 3, 2024
1 parent da34790 commit 957dd32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages = [{include = "elementary"}]
[tool.poetry.dependencies]
python = ">=3.8,<4"
click = ">=7.0,<9.0"
decorator = ">=5.1.1"
pyfiglet = "<1.0.0"
dbt-core = ">=0.20,<2.0.0"
requests = ">=2.28.1,<3.0.0"
Expand Down

0 comments on commit 957dd32

Please sign in to comment.