cfa90ac7f4
chore: add python version checking
17 lines
227 B
TOML
17 lines
227 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
httpx = "==0.13.3"
|
|
|
|
[dev-packages]
|
|
coveralls = "*"
|
|
"pytest-watch" = "*"
|
|
"pytest-testmon" = "*"
|
|
|
|
[requires]
|
|
|
|
python_version = ">=3.6"
|