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"]},