Files
requests3/Pipfile
T
2019-04-22 23:00:08 -04:00

36 lines
683 B
TOML

[[source]]
url = "https://pypi.org/simple/"
verify_ssl = true
name = "pypi"
[packages]
requests = {path = ".",editable = true,extras = ["socks"]}
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 = "*"
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