Skip to content

Commit 6f16303

Browse files
authored
add setuptools dependency for pkg_resources, sort deps
1 parent 55ac353 commit 6f16303

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ classifiers = [
3434
]
3535

3636
[tool.poetry.dependencies]
37-
python = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*"
3837
jsonschema = ">=3.2.0, <4.0.0"
38+
openapi-schema-validator = "<0.2.0"
39+
pathlib2 = {version = "*", python = "~2.7"}
3940
pyrsistent = "<0.17.0"
41+
python = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*"
4042
PyYAML = ">=5.1"
41-
six = "*"
42-
pathlib2 = {version = "*", python = "~2.7"}
43-
openapi-schema-validator = "<0.2.0"
4443
requests = {version = "*", optional = true}
44+
setuptools = "*"
45+
six = "*"
4546

4647
[tool.poetry.extras]
4748
dev = ["pre-commit"]

0 commit comments

Comments
 (0)