From cb985fb5f25e6605f8a53c8804a74a3a13e9e1fc Mon Sep 17 00:00:00 2001 From: AZLisme Date: Fri, 11 Aug 2017 14:15:08 +0800 Subject: [PATCH] add more requirments to setup.py, sorry forget that --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 17f2c67e..252ee486 100644 --- a/setup.py +++ b/setup.py @@ -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")