diff --git a/pyproject.toml b/pyproject.toml index f04f63b..18ebe80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ requires-python = ">=3.10" dependencies = [ "pydantic>=1.10", "skillkit", + "asteval", "aiohttp" ]