Add pipenv files

This commit is contained in:
taizan-hokouto
2020-11-18 01:16:01 +09:00
parent 7cf780ee87
commit ea67e3e54e
2 changed files with 444 additions and 0 deletions

19
Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
httpx = {extras = ["http2"], version = "*"}
protobuf = "==3.14.0"
pytz = "*"
urllib3 = "*"
[dev-packages]
pytest-mock = "*"
pytest-httpx = "*"
wheel = "*"
twine = "*"
[requires]
python_version = ">=3.6"