10000 Add pydantic as a build dependency as possible workaround for failing… · python/importlib_metadata@2626ba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2626ba2

Browse files
committed
Add pydantic as a build dependency as possible workaround for failing CI build.
1 parent 71cec30 commit 2626ba2

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
2+
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1", "pydantic"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

0 commit comments

Comments
 (0)
0