Quellcode durchsuchen

fix requirements

Daniel Gatis vor 2 Jahren
Ursprung
Commit
ced98d836b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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