update Pipfile

This commit is contained in:
debugtalk
2018-05-03 11:47:31 +08:00
parent e1d49010c0
commit 438e3c1243
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 = "*"