From bc86f7b80fde709be21ac0bae39ed6c3b4ad5d07 Mon Sep 17 00:00:00 2001 From: Burathar Date: Tue, 22 Jun 2021 16:08:38 +0200 Subject: [PATCH] Update requirements for pyton 3.9 --- requirements.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51cf2a1..0353ccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,9 @@ -astroid==2.4.2 -isort==5.7.0 -lazy-object-proxy==1.4.3 -logzero==1.6.3 -mccabe==0.6.1 -pylint==2.6.0 +cffi==1.14.5 +cryptography==3.4.7 +logzero==1.7.0 +pycparser==2.20 python-yubico==1.3.3 pyudev==0.22.0 -pyusb==1.1.0 -six==1.15.0 -toml==0.10.2 -typed-ast==1.4.2 -wrapt==1.12.1 +pyusb==1.1.1 +requests==1.1.0 +six==1.16.0