update Pipfile

This commit is contained in:
httprunner
2018-05-03 11:47:31 +08:00
parent aff902d43c
commit e63ad6363c
2 changed files with 582 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[[source]]
url = "https://pypi.python.org/simple"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
@@ -13,7 +13,6 @@ colorlog = "*"
requests-toolbelt = "*"
[dev-packages]
flask = "*"
httpbin = "*"
coverage = "*"
coveralls = "*"