Skip to content

Commit 907e3e1

Browse files
author
Phil Varner
committed
remove fastapi[standard] from dev dependencies
1 parent 97c760c commit 907e3e1

File tree

2 files changed

+1
-545
lines changed

2 files changed

+1
-545
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ dependencies = [
1313

1414
[dependency-groups]
1515
dev = [
16-
"pytest>=8.1.1",
1716
"mypy>=1.15.0",
1817
"pytest>=8.3.5",
1918
"ruff>=0.11.2",
2019
"pymarkdownlnt>=0.9.25",
2120
"pre-commit>=4.2.0",
2221
"pre-commit-hooks>=5.0.0",
23-
"fastapi[standard]>=0.115.12",
22+
# "fastapi[standard]>=0.115.12",
2423
"types-click>=7.1.8",
2524
"pygithub>=2.6.1",
2625
"respx>=0.22.0",

0 commit comments

Comments
 (0)