Add distro module to dependencies

This commit is contained in:
Theelgirl 2020-10-15 20:00:24 +00:00 committed by GitHub
parent 0a4996b184
commit fadffdf182
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"]},