mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
36 lines
683 B
TOML
36 lines
683 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple/"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
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.7.0"
|
|
pytest = "*"
|
|
requests = {path = ".",editable = true,extras = ["socks"]}
|
|
pytest-mypy = "*"
|
|
white = {version = "*"}
|
|
"rfc3986" = "*"
|
|
twisted = {extras = ["tls"]}
|
|
httpcore = {git = "https://github.com/encode/httpcore.git"}
|
|
trio = "*"
|
|
|
|
[dev-packages]
|
|
requests = {path = ".",editable = true,extras = ["test,socks"]}
|
|
black = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|