Commit f084e4f3 authored by Jason Madden's avatar Jason Madden

We do need requests.

parent c516aebd
......@@ -22,9 +22,13 @@ futures
dnspython
idna
# Makes tests faster
psutil
# Fails to build on PyPy on Windows.
psutil ; platform_python_implementation == "CPython" or sys_platform != "win32"
# benchmarks use this
perf
# examples, called from tests, use this
requests
# Events
zope.event
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