Files
pytchat-fork/Pipfile
taizan-hokouto 8949599232 Update pipfile
2021-07-24 22:46:56 +09:00

14 lines
193 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
httpx = {extras = ["http2"]}
[dev-packages]
pytest-mock = "*"
pytest-httpx = "*"
wheel = "*"
twine = "*"