From 4b8b10d2173404f6933608b7da5d939d8192221f Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:47:15 +0000 Subject: [PATCH] distro is no longer needed --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a3f1454..e788e73 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,6 @@ setup( "bitstring", "pillow", "tqdm", - "distro", "cryptography >= 3.1.1" ], python_requires=">=3.6",