From 1105a8485f46abd52c045a658eec08dcf4b82843 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Fri, 16 Oct 2020 14:39:46 +0000 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03052ad..a3f1454 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,8 @@ setup( "bitstring", "pillow", "tqdm", - "distro" + "distro", + "cryptography >= 3.1.1" ], python_requires=">=3.6", entry_points={"console_scripts": ["fvid = fvid.fvid:main"]},