2017-10-02 16:26:34 +02:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2020-06-14 08:42:32 +02:00
|
|
|
httpx = "==0.13.3"
|
2017-10-02 16:26:34 +02:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
coveralls = "*"
|
|
|
|
"pytest-watch" = "*"
|
|
|
|
"pytest-testmon" = "*"
|
2020-07-08 18:37:44 +02:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
|
|
|
|
python_version = ">=3.6"
|