Skip to content

Commit aeeaa62

Browse files
Chore: Move dotenv is listed in dependencies (#4849)
1 parent eb8a5b7 commit aeeaa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"packaging",
2020
"pandas",
2121
"pydantic>=2.0.0",
22+
"python-dotenv",
2223
"requests",
2324
"rich[jupyter]",
2425
"ruamel.yaml",
@@ -79,7 +80,6 @@ dev = [
7980
"PyAthena[Pandas]",
8081
"PyGithub>=2.6.0",
8182
"pyperf",
82-
"python-dotenv",
8383
"pyspark~=3.5.0",
8484
"pytest",
8585
"pytest-asyncio",

0 commit comments

Comments
 (0)