Fix #313 incomplete environment marker for uvloop

This commit is contained in:
Jan Vlcinsky
2019-02-22 20:44:32 +01:00
parent 0c9bc5a3af
commit b31dfeefb7
+1 -1
View File
@@ -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",