From fadffdf182c1c7f50dfc2ff4eaaddc9faaa34ae8 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Thu, 15 Oct 2020 20:00:24 +0000 Subject: [PATCH] Add distro module to dependencies --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35e31c0..03052ad 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,8 @@ setup( install_requires=[ "bitstring", "pillow", - "tqdm" + "tqdm", + "distro" ], python_requires=">=3.6", entry_points={"console_scripts": ["fvid = fvid.fvid:main"]},