mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 17:59:36 +08:00
replace requirements-dev.txt with Pipfile
This commit is contained in:
25
Pipfile
Normal file
25
Pipfile
Normal file
@@ -0,0 +1,25 @@
|
||||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
requests = "*"
|
||||
pyyaml = "*"
|
||||
"jinja2" = "*"
|
||||
"har2case" = "*"
|
||||
colorama = "*"
|
||||
colorlog = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
||||
flask = "*"
|
||||
coverage = "*"
|
||||
coveralls = "*"
|
||||
|
||||
|
||||
[scripts]
|
||||
Reference in New Issue
Block a user