mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
25 lines
443 B
TOML
25 lines
443 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple/"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[dev-packages]
|
|
pytest = ">=2.8.0,<=3.10.1"
|
|
codecov = "*"
|
|
pytest-httpbin = ">=0.0.7,<1.0"
|
|
pytest-mock = "*"
|
|
pytest-cov = "*"
|
|
pytest-xdist = "<=1.25"
|
|
alabaster = "*"
|
|
readme-renderer = "*"
|
|
sphinx = "<=1.5.5"
|
|
pysocks = "*"
|
|
docutils = "*"
|
|
"flake8" = "*"
|
|
tox = "*"
|
|
detox = "*"
|
|
httpbin = ">=0.7.0"
|
|
|
|
[packages]
|
|
"requests" = {path = ".", editable = true, extras = ["socks"]}
|