mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +08:00
fix: add locustio to dev dependencies
This commit is contained in:
@@ -21,22 +21,23 @@ include = ["CHANGELOG.md", "httprunner/static/*"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~2.7 || ^3.5"
|
python = "~2.7 || ^3.5"
|
||||||
requests = "^2.14"
|
requests = "*"
|
||||||
requests-toolbelt = "^0.8.0"
|
requests-toolbelt = "*"
|
||||||
pyyaml = "^5.1"
|
pyyaml = "^5.1"
|
||||||
jinja2 = "^2.10"
|
jinja2 = "*"
|
||||||
har2case = "^0.3.1"
|
har2case = "*"
|
||||||
colorama = "^0.4.1"
|
colorama = "*"
|
||||||
colorlog = "^4.0"
|
colorlog = "*"
|
||||||
filetype = "^1.0"
|
filetype = "*"
|
||||||
future = { version = "^0.17.1", python = "~2.7" }
|
future = { version = "^0.17.1", python = "~2.7" }
|
||||||
jsonpath = "^0.82"
|
jsonpath = "*"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
flask = "<1.0.0"
|
flask = "<1.0.0"
|
||||||
coverage = "^4.5"
|
coverage = "*"
|
||||||
coveralls = "^1.8"
|
coveralls = "*"
|
||||||
contextlib2 = "^0.5.5"
|
contextlib2 = "*"
|
||||||
|
locustio = "*"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
hrun = "httprunner.cli:main"
|
hrun = "httprunner.cli:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user