blob: c33054e2415c97142f78c21892f87b8363beb44d (
plain)
1 diff --git a/pyproject.toml b/pyproject.toml
2 index d55b844..822c584 100644
3 --- a/pyproject.toml
4 +++ b/pyproject.toml
5 @@ -43,6 +43,13 @@ enum34 = {version = "^1.1.10", python = "~2.7"}
6 # required by tomlkit, jsonschema
7 functools32 = {version = "^3.2.3-2", python = "~2.7"}
8
9 +# moved here from vendors/pyproject.toml
10 +jsonschema = "^3.2.0"
11 +lark-parser = "^0.9.0"
12 +packaging = "*"
13 +pyrsistent = ">=0.16.0,<0.19.0"
14 +tomlkit = ">=0.7.0,<1.0.0"
15 +
16 [tool.poetry.dev-dependencies]
17 pre-commit = "^1.10"
18 pyrsistent = "^0.16.0"
19 diff --git a/vendors/pyproject.toml b/vendors/pyproject.toml
20 index 2671380..fb0b28e 100644
21 --- a/vendors/pyproject.toml
22 +++ b/vendors/pyproject.toml
23 @@ -20,9 +20,3 @@ classifiers = [
24
25 [tool.poetry.dependencies]
26 python = "^3.6"
27 -
28 -jsonschema = "^3.2.0"
29 -lark-parser = "^0.9.0"
30 -packaging = "^20.9"
31 -pyrsistent = "^0.16.0"
32 -tomlkit = ">=0.7.0,<1.0.0"
|