Files
pytchat-fork/Pipfile
taizan-hokouto ea67e3e54e Add pipenv files
2020-11-18 01:16:01 +09:00

20 lines
292 B
TOML

[[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"