From 970982b52f616cd3f5172d6d47e1f9936751a1f4 Mon Sep 17 00:00:00 2001 From: Itamar Hartstein Date: Wed, 3 Jul 2024 03:20:18 +0300 Subject: [PATCH] add decorator requirement --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c24394e7a..4af5c9c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"