14 lines
213 B
TOML
14 lines
213 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
httpx = {extras = ["http2"], version = "0.16.1"}
|
|
|
|
[dev-packages]
|
|
pytest-mock = "*"
|
|
pytest-httpx = "*"
|
|
wheel = "*"
|
|
twine = "*"
|