Skip to content

Commit e6c4b73

Browse files
authored
Update pyproject.toml
Add version to setuptools in toml
1 parent ce49ffe commit e6c4b73

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)