change: remove jsonpath dependency

This commit is contained in:
debugtalk
2020-05-15 15:29:49 +08:00
parent 953fb26c64
commit 59062bf8b5
2 changed files with 1 additions and 13 deletions

13
poetry.lock generated
View File

@@ -223,14 +223,6 @@ optional = false
python-versions = "*"
version = "0.9.5"
[[package]]
category = "main"
description = "An XPath for JSON"
name = "jsonpath"
optional = false
python-versions = "*"
version = "0.82"
[[package]]
category = "main"
description = "Python logging made (stupidly) simple"
@@ -427,7 +419,7 @@ version = "1.0.1"
dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"]
[metadata]
content-hash = "11161515fa901e0a2df3bb26ebb8297c985a49e2b029491a64cdea97ec5bbf85"
content-hash = "326939a3d6944742cff4c4a14e14e9cf3e6fc032b0fd5ee9d44604e9aee45ecd"
python-versions = "^3.6"
[metadata.files]
@@ -568,9 +560,6 @@ jmespath = [
{file = "jmespath-0.9.5-py2.py3-none-any.whl", hash = "sha256:695cb76fa78a10663425d5b73ddc5714eb711157e52704d69be03b1a02ba4fec"},
{file = "jmespath-0.9.5.tar.gz", hash = "sha256:cca55c8d153173e21baa59983015ad0daf603f9cb799904ff057bfb8ff8dc2d9"},
]
jsonpath = [
{file = "jsonpath-0.82.tar.gz", hash = "sha256:46d3fd2016cd5b842283d547877a02c418a0fe9aa7a6b0ae344115a2c990fef4"},
]
loguru = [
{file = "loguru-0.4.1-py3-none-any.whl", hash = "sha256:074b3caa6748452c1e4f2b302093c94b65d5a4c5a4d7743636b4121e06437b0e"},
{file = "loguru-0.4.1.tar.gz", hash = "sha256:a6101fd435ac89ba5205a105a26a6ede9e4ddbb4408a6e167852efca47806d11"},

View File

@@ -34,7 +34,6 @@ requests-toolbelt = "^0.9.1"
pyyaml = "^5.1.2"
jinja2 = "^2.10.3"
filetype = "^1.0.5"
jsonpath = "^0.82"
pydantic = "^1.4"
loguru = "^0.4.1"
jmespath = "^0.9.5"