From b8aab510bd94d5e3626b676800d7902ffa121990 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Fri, 16 Oct 2020 18:17:49 +0000 Subject: [PATCH] Add pycryptodome --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e788e73..fb74bd0 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,8 @@ setup( "bitstring", "pillow", "tqdm", - "cryptography >= 3.1.1" + "cryptography >= 3.1.1", + "pycryptodome >= 3.9.8" ], python_requires=">=3.6", entry_points={"console_scripts": ["fvid = fvid.fvid:main"]},