From 5ca4bac10a7cf797313a4288a73c8071be1628d1 Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Fri, 10 Jul 2020 17:37:26 -0300 Subject: [PATCH] Revert "Add cryptography requirement to the setup.py file (#1116)" (#1118) This reverts commit 0e5e5592830b41dd71ddf6e27b7f8fa16b5bd3b1. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 409c5a872e..0a19dccf95 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ REQUIRES = [ 'pytz==2020.1', 'pyserial==3.4', 'ifaddr==0.1.6', - 'cryptography==2.9.2', ] # If you have problems importing platformio and esptool as modules you can set