summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-04 00:57:51 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-01-04 00:57:51 +0100
commitba63bbe87d2c618b5937393bf3f78021e3c205ef (patch)
treed1cefb8c7be384b19b0dd7f62b5985362021be4e
parentfe604c24ea57d4769830a4216c701d5c7d9f8636 (diff)
downloadtrollius-ba63bbe87d2c618b5937393bf3f78021e3c205ef.tar.gz
README: mention futures (concurrent.futures) dependency
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 6e36a97..610c977 100644
--- a/README
+++ b/README
@@ -9,6 +9,14 @@ Trollius is an experimental port of the Tulip project (asyncio module, PEP
Dependencies
============
+The futures project is needed on Python 2 to get a backport of
+concurrent.futures.
+https://pypi.python.org/pypi/futures
+
+The concurrent.futures is optional, it is only required when
+BaseEventLoop.run_in_executor() is used. This method is used by
+BaseEventLoop.getaddrinfo() and BaseEventLoop.getnameinfo().
+
Unit tests require the mock module:
https://pypi.python.org/pypi/mock