Update requirements

This commit is contained in:
taizan-hokouto
2020-12-05 14:45:24 +09:00
parent 139dc7fce2
commit eca766ff1a
3 changed files with 24 additions and 83 deletions

View File

@@ -4,16 +4,10 @@ verify_ssl = true
name = "pypi"
[packages]
httpx = {extras = ["http2"], version = "*"}
protobuf = "==3.14.0"
pytz = "*"
urllib3 = "*"
httpx = {extras = ["http2"], version = "0.16.1"}
[dev-packages]
pytest-mock = "*"
pytest-httpx = "*"
wheel = "*"
twine = "*"
[requires]
python_version = ">=3.6"