Skip to content

Commit ce30b4c

Browse files
packygbowenwr
authored andcommitted
fix: require setuptools >50 in pyproject.toml
1 parent 70cb4bb commit ce30b4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,8 @@ skip = [".venv", "tests/test_templates"]
9898
omit = ["openapi_python_client/templates/*"]
9999

100100
[build-system]
101-
requires = ["poetry>=1.0"]
101+
requires = [
102+
"setuptools>=30.3.0,<50",
103+
"poetry>=1.0"
104+
]
102105
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)