Skip to content

Commit 12f6b39

Browse files
authored
Merge pull request #147 from gregor-d/master
Update pyproject.toml - add version to setuptools
2 parents 50caf1e + e6c4b73 commit 12f6b39

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
@@ -37,7 +37,7 @@ openapi-schema-validator = {version = "^0.3.0a1", allow-prereleases = true}
3737
python = "^3.7.0"
3838
PyYAML = ">=5.1"
3939
requests = {version = "*", optional = true}
40-
setuptools = "*"
40+
setuptools = "^60.9.3"
4141

4242
[tool.poetry.extras]
4343
dev = ["pre-commit"]

0 commit comments

Comments
 (0)