mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 18:30:04 +08:00
#169: add builtin support for uploading files
This commit is contained in:
8
Pipfile
8
Pipfile
@@ -1,27 +1,21 @@
|
||||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
requests = "*"
|
||||
pyyaml = "*"
|
||||
"jinja2" = "*"
|
||||
"har2case" = "*"
|
||||
colorama = "*"
|
||||
colorlog = "*"
|
||||
|
||||
requests-toolbelt = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
flask = "*"
|
||||
coverage = "*"
|
||||
coveralls = "*"
|
||||
twine = "*"
|
||||
|
||||
|
||||
[scripts]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user