Update setup.py

This commit is contained in:
Theelgirl 2020-10-16 14:39:46 +00:00 committed by GitHub
parent 5abc34015f
commit 1105a8485f
1 changed files with 2 additions and 1 deletions

View File

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