add more requirments to setup.py, sorry forget that
This commit is contained in:
parent
4b1522c73e
commit
cb985fb5f2
1
setup.py
1
setup.py
|
@ -60,6 +60,7 @@ requirements = [
|
||||||
ujson,
|
ujson,
|
||||||
'aiofiles>=0.3.0',
|
'aiofiles>=0.3.0',
|
||||||
'websockets>=3.2',
|
'websockets>=3.2',
|
||||||
|
'itsdangerous>=0.24'
|
||||||
]
|
]
|
||||||
if strtobool(os.environ.get("SANIC_NO_UJSON", "no")):
|
if strtobool(os.environ.get("SANIC_NO_UJSON", "no")):
|
||||||
print("Installing without uJSON")
|
print("Installing without uJSON")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user