From 0652be453542219b6995bcd178671f1739f8f129 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 8 Mar 2022 20:03:59 -0500 Subject: [PATCH] remove more requirements --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9b89251..438b203 100644 --- a/setup.py +++ b/setup.py @@ -32,11 +32,9 @@ setup( 'aiohttp==3.6.2', 'certifi>=2018.11.29', 'colorama==0.3.7', - 'cryptography==2.5', 'protobuf==3.17.2', 'msgpack==0.6.1', 'prometheus_client==0.7.1', - 'prometheus_client==0.7.1', 'coincurve==15.0.0', 'pbkdf2==1.3', 'attrs==18.2.0',