fix #279 #288: do not install httpbin as default, make compatible with Windows

This commit is contained in:
httprunner
2018-08-02 11:40:35 +08:00
parent 61deb3ab9d
commit fd1a722897
3 changed files with 5 additions and 6 deletions

View File

@@ -6,18 +6,17 @@ name = "pypi"
[packages]
requests = "*"
pyyaml = "*"
"jinja2" = "*"
"har2case" = "*"
jinja2 = "*"
har2case = "*"
colorama = "*"
colorlog = "*"
requests-toolbelt = "*"
[dev-packages]
Flask = "<1.0.0"
httpbin = "*"
coverage = "*"
coveralls = "*"
twine = "*"
"contextlib2" = "*"
contextlib2 = "*"
[scripts]