summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-19 15:08:56 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-19 15:08:56 +0100
commit97acec6aa1464ddbe74bddbf4be980952da54885 (patch)
tree71286d3c2095729ffdf818a764818ef84945d763 /README
parentc6b2bf9e52f38a1a81ac5c72a49f412aa51d5d02 (diff)
downloadaioeventlet-97acec6aa1464ddbe74bddbf4be980952da54885.tar.gz
Port to eventlet 0.14
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 69fbb8d..8e9e50c 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Installation
Requirements:
-- eventlet (it was tested with eventlet 0.15)
+- eventlet 0.14 or newer
- asyncio or trollius:
* Python 3.4 and newer: asyncio is now part of the stdlib