Browse Source

fix requirements

Daniel Gatis 2 years ago
parent
commit
ced98d836b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -20,6 +20,7 @@ install_requires = [
     "pymatting",
     "pymatting",
     "scikit-image",
     "scikit-image",
     "scipy",
     "scipy",
+    "tqdm",
 ]
 ]
 
 
 extras_require = {
 extras_require = {
@@ -44,7 +45,6 @@ extras_require = {
         "filetype",
         "filetype",
         "gradio",
         "gradio",
         "python-multipart",
         "python-multipart",
-        "tqdm",
         "uvicorn",
         "uvicorn",
         "watchdog",
         "watchdog",
     ],
     ],