From cc5681f14511a1e2d0df5fbb10c6e201c55965c5 Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:59:44 +0300 Subject: [PATCH] Chore: Move dotenv is listed in dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6d14129d2..8fd27b98f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ dependencies = [ "packaging", "pandas", "pydantic>=2.0.0", + "python-dotenv", "requests", "rich[jupyter]", "ruamel.yaml", @@ -79,7 +80,6 @@ dev = [ "PyAthena[Pandas]", "PyGithub>=2.6.0", "pyperf", - "python-dotenv", "pyspark~=3.5.0", "pytest", "pytest-asyncio",