mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
a5f4f3c9a3
more-itertools is a transitive testing dependency that no longer supports python2.7. In order to keep the test suite going, we're pinning under 6.0.0 (the breaking version) until we have better syntax in pipfile.
26 lines
467 B
TOML
26 lines
467 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple/"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[dev-packages]
|
|
alabaster = "*"
|
|
codecov = "*"
|
|
docutils = "*"
|
|
detox = "*"
|
|
"flake8" = "*"
|
|
httpbin = ">=0.7.0"
|
|
more-itertools = "<6.0"
|
|
pysocks = "*"
|
|
pytest = ">=2.8.0,<=3.10.1"
|
|
pytest-httpbin = ">=0.0.7,<1.0"
|
|
pytest-mock = "*"
|
|
pytest-cov = "*"
|
|
pytest-xdist = "<=1.25"
|
|
readme-renderer = "*"
|
|
sphinx = "<=1.5.5"
|
|
tox = "*"
|
|
|
|
[packages]
|
|
"requests" = {path = ".", editable = true, extras = ["socks"]}
|