We do need requests.
Showing
... | @@ -22,9 +22,13 @@ futures | ... | @@ -22,9 +22,13 @@ futures |
dnspython | dnspython | ||
idna | idna | ||
# Makes tests faster | # Makes tests faster | ||
psutil | # Fails to build on PyPy on Windows. | ||
psutil ; platform_python_implementation == "CPython" or sys_platform != "win32" | |||
# benchmarks use this | # benchmarks use this | ||
perf | perf | ||
# examples, called from tests, use this | |||
requests | |||
# Events | # Events | ||
zope.event | zope.event | ||
zope.interface | zope.interface |
Please register or sign in to comment