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