From 2015bd40c2f5e817bef0d37a1a9d0093b0ecd055 Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 1 Aug 2019 13:47:11 +0200 Subject: [PATCH] Update depenencies. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b01d6b5..53e26ef 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,8 @@ requirements = [ "aiohttp>=3.5.4", "aiodns>=2.0.0", "cchardet", + "aiohttp-session==2.7.0", + "cryptography==2.7", ] setup_requirements = [] # type: T.List[str]