Merge pull request #402 from agoose77/patch-1

Don't ask for uvloop on windows
This commit is contained in:
Raphael Deem 2017-02-10 12:11:12 -08:00 committed by GitHub
commit 75fca1b9c7

View File

@ -26,7 +26,7 @@ setup(
packages=['sanic'],
platforms='any',
install_requires=[
'uvloop>=0.5.3',
'uvloop>=0.5.3;platform_system!="Windows"',
'httptools>=0.0.9',
'ujson>=1.35',
'aiofiles>=0.3.0',