From 6bfcc8b057b1252f95ab284bf44baed55f75d226 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 25 Oct 2019 17:46:45 +0800 Subject: [PATCH] fix: add locustio to dev dependencies --- pyproject.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06e947e2..0a9ba469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,22 +21,23 @@ include = ["CHANGELOG.md", "httprunner/static/*"] [tool.poetry.dependencies] python = "~2.7 || ^3.5" -requests = "^2.14" -requests-toolbelt = "^0.8.0" +requests = "*" +requests-toolbelt = "*" pyyaml = "^5.1" -jinja2 = "^2.10" -har2case = "^0.3.1" -colorama = "^0.4.1" -colorlog = "^4.0" -filetype = "^1.0" +jinja2 = "*" +har2case = "*" +colorama = "*" +colorlog = "*" +filetype = "*" future = { version = "^0.17.1", python = "~2.7" } -jsonpath = "^0.82" +jsonpath = "*" [tool.poetry.dev-dependencies] flask = "<1.0.0" -coverage = "^4.5" -coveralls = "^1.8" -contextlib2 = "^0.5.5" +coverage = "*" +coveralls = "*" +contextlib2 = "*" +locustio = "*" [tool.poetry.scripts] hrun = "httprunner.cli:main"