mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
4c300c2067
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
25 lines
382 B
TOML
25 lines
382 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
pytest = ">=2.8.0"
|
|
codecov = "*"
|
|
pytest-httpbin = "==0.0.7"
|
|
pytest-mock = "*"
|
|
pytest-cov = "*"
|
|
pytest-xdist = "*"
|
|
alabaster = "*"
|
|
readme_renderer = "*"
|
|
Sphinx = "<=1.5.5"
|
|
PySocks = "*"
|
|
docutils = "*"
|
|
flake8 = "*"
|
|
tox = "*"
|
|
detox = "*"
|
|
httpbin = "==0.5.0"
|
|
|
|
[packages]
|
|
|
|
"-e ." = {extras = ["socks"]} |