Add pycryptodome

This commit is contained in:
Theelgirl 2020-10-16 18:17:49 +00:00 committed by GitHub
parent 4b8b10d217
commit b8aab510bd
1 changed files with 2 additions and 1 deletions

View File

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