fix: add tqdm to setup

This commit is contained in:
Jérome Eertmans
2022-09-11 12:14:54 +02:00
parent eba84a44fc
commit c243fe3481

View File

@ -32,6 +32,7 @@ setuptools.setup(
"numpy>=1.19.3",
"pydantic>=1.9.1",
"opencv-python>=4.6",
"tqdm",
],
classifiers=[
"Programming Language :: Python :: 3",