Add distro module to dependencies

This commit is contained in:
Theelgirl 2020-10-15 20:00:24 +00:00 committed by GitHub
parent b429f2c080
commit 92ab72a3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ setup(
install_requires=[
"bitstring",
"pillow",
"tqdm"
"tqdm",
"distro"
],
python_requires=">=3.6",
entry_points={"console_scripts": ["fvid = fvid.fvid:main"]},