From ced98d836bf290f87d392dfb29bfdc544f29b20c Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Mon, 19 Jun 2023 17:49:43 -0300 Subject: [PATCH] fix requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 542d2a2b..dccc6b61 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ "pymatting", "scikit-image", "scipy", + "tqdm", ] extras_require = { @@ -44,7 +45,6 @@ "filetype", "gradio", "python-multipart", - "tqdm", "uvicorn", "watchdog", ],