add more requirments to setup.py, sorry forget that

This commit is contained in:
AZLisme 2017-08-11 14:15:08 +08:00
parent 4b1522c73e
commit cb985fb5f2

View File

@ -60,6 +60,7 @@ requirements = [
ujson,
'aiofiles>=0.3.0',
'websockets>=3.2',
'itsdangerous>=0.24'
]
if strtobool(os.environ.get("SANIC_NO_UJSON", "no")):
print("Installing without uJSON")