From 9a33bcb516a0f5844d26c41b5b3ab1649a1de5fa Mon Sep 17 00:00:00 2001 From: hunter chen Date: Thu, 15 Aug 2019 10:40:30 +0800 Subject: [PATCH] update jsonpath version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02d00a78..efe954b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ colorama = "^0.4.1" colorlog = "^4.0" filetype = "^1.0" future = { version = "^0.17.1", python = "~2.7" } -jsonpath = "^0.82" +jsonpath = "0.82" [tool.poetry.dev-dependencies] flask = "<1.0.0"