From 8858fb49db4b4974fdae9349779d0d1fb5c4914f Mon Sep 17 00:00:00 2001 From: martmists Date: Mon, 15 Jan 2018 15:15:40 +0100 Subject: [PATCH] Update setup.py Fixes #99 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 654c3a4..5bc0991 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ keywords=['web', 'asyncio'], platforms='x86_64 Linux and MacOS X', install_requires=[ - 'uvloop>=0.7.2', + 'uvloop<0.9.0', ], entry_points=""" [console_scripts]