mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
24 lines
317 B
TOML
24 lines
317 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
pyyaml = "*"
|
|
jinja2 = "*"
|
|
har2case = "*"
|
|
colorama = "*"
|
|
colorlog = "*"
|
|
requests-toolbelt = "*"
|
|
|
|
[dev-packages]
|
|
Flask = "<1.0.0"
|
|
coverage = "*"
|
|
coveralls = "*"
|
|
twine = "*"
|
|
contextlib2 = "*"
|
|
locustio = "*"
|
|
|
|
[scripts]
|