From 7945ce27e1e71c2c26c10bacb96d7332c018dcd7 Mon Sep 17 00:00:00 2001 From: Ankit Desai Date: Tue, 23 Jun 2020 23:13:10 -0400 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ea62d6e..6185da8 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,7 @@ setup( packages=['apns2'], install_requires=[ 'httpx>=0.13.0', - 'PyJWT>=1.4.0', - 'cryptography>=1.7.2', + 'PyJWT>=1.4.0' ], extras_require={ "tests": [