Skip to content

Commit 60ea3d2

Browse files
committed
chore: move python-dotenv to optional dependencies for dev environment
1 parent 3b4c58c commit 60ea3d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies = [
99
"fastmcp>=2.11.1",
1010
"hatchling>=1.27.0",
1111
"httpx>=0.28.1",
12-
"python-dotenv>=1.1.1",
1312
]
1413

1514
[project.scripts]
@@ -20,6 +19,7 @@ dev = [
2019
"pytest>=8.4.1",
2120
"pytest-asyncio>=1.1.0",
2221
"pytest-mock>=3.14.1",
22+
"python-dotenv>=1.1.1",
2323
]
2424

2525
[build-system]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)