Update pipfile

This commit is contained in:
taizan-hokouto
2021-07-24 22:13:39 +09:00
parent c9c235061c
commit 8949599232
2 changed files with 111 additions and 149 deletions

View File

@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
httpx = {extras = ["http2"], version = "0.16.1"}
httpx = {extras = ["http2"]}
[dev-packages]
pytest-mock = "*"