Commit f084e4f3 authored by Jason Madden's avatar Jason Madden

We do need requests.

parent c516aebd
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment