Skip to content

Commit 4d49695

Browse files
committed
Remove dependency-groups in pyproject.toml for now.
1 parent 26d5828 commit 4d49695

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,3 @@ functions_framework = ["py.typed"]
5757

5858
[tool.setuptools.package-dir]
5959
"" = "src"
60-
61-
[dependency-groups]
62-
dev = [
63-
"black>=23.3.0",
64-
"isort>=5.11.5",
65-
"mypy>=1.4.1",
66-
"pretend>=1.0.9",
67-
"pytest>=7.4.4",
68-
"pytest-asyncio>=0.21.2",
69-
"pytest-cov>=4.1.0",
70-
"pytest-integration>=0.2.3",
71-
]

0 commit comments

Comments
 (0)