diff --git a/setup.py b/setup.py index 3216f58..ef3bfb8 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ required = [ "graphql-server-core>=1.1", "jinja2", "parse", - "uvloop ; sys_platform != 'win32'", + "uvloop ; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli'", "rfc3986", "python-multipart", "chardet",