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")