From ed2466218dad89037e5231112d5b82e82ef2fa1f Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:40:37 +0530 Subject: [PATCH] update deps --- pyproject.toml | 16 ++++++++++++++++ requirements.txt | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 04d4c3d..ab36295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,16 +9,24 @@ dependencies = [ "aiohappyeyeballs==2.4.6", "aiohttp==3.11.13", "aiosignal==1.3.2", + "amqp==5.3.1", "antlr4-python3-runtime==4.9.3", "appdirs==1.4.4", + "asgiref==3.8.1", "asteroid==0.7.0", "asteroid-filterbanks==0.4.0", "attrs==25.1.0", "audioread==3.0.1", + "billiard==4.2.1", "cached-property==2.0.1", + "celery==5.4.0", "certifi==2025.1.31", "cffi==1.17.1", "charset-normalizer==3.4.1", + "click==8.1.8", + "click-didyoumean==0.3.1", + "click-plugins==1.1.1", + "click-repl==0.3.0", "cloudpickle==3.1.1", "contourpy==1.3.1", "cycler==0.12.1", @@ -26,6 +34,8 @@ dependencies = [ "DeepFilterLib==0.5.6", "DeepFilterNet==0.5.6", "demucs==4.0.1", + "Django==5.1.6", + "djangorestframework==3.15.2", "dora_search==0.1.12", "einops==0.8.1", "filelock==3.17.0", @@ -39,6 +49,7 @@ dependencies = [ "joblib==1.4.2", "julius==0.2.7", "kiwisolver==1.4.8", + "kombu==5.4.2", "lameenc==1.8.1", "lazy_loader==0.4", "librosa==0.10.2.post1", @@ -78,6 +89,7 @@ dependencies = [ "platformdirs==4.3.6", "pluggy==1.5.0", "pooch==1.8.2", + "prompt_toolkit==3.0.50", "propcache==0.3.0", "pycparser==2.22", "pyparsing==3.2.1", @@ -88,6 +100,7 @@ dependencies = [ "pytorch-ranger==0.1.1", "pytz==2025.1", "PyYAML==6.0.2", + "redis==5.2.1", "regex==2024.11.6", "requests==2.32.3", "retrying==1.3.4", @@ -98,6 +111,7 @@ dependencies = [ "six==1.17.0", "soundfile==0.13.1", "soxr==0.5.0.post1", + "sqlparse==0.5.3", "submitit==1.5.2", "sympy==1.13.1", "threadpoolctl==3.5.0", @@ -115,6 +129,8 @@ dependencies = [ "typing_extensions==4.12.2", "tzdata==2025.1", "urllib3==2.3.0", + "vine==5.1.0", + "wcwidth==0.2.13", "yarl==1.18.3", ] diff --git a/requirements.txt b/requirements.txt index cd78deb..3b74e0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,24 @@ aiohappyeyeballs==2.4.6 aiohttp==3.11.13 aiosignal==1.3.2 +amqp==5.3.1 antlr4-python3-runtime==4.9.3 appdirs==1.4.4 +asgiref==3.8.1 asteroid==0.7.0 asteroid-filterbanks==0.4.0 attrs==25.1.0 audioread==3.0.1 +billiard==4.2.1 cached-property==2.0.1 +celery==5.4.0 certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 +click==8.1.8 +click-didyoumean==0.3.1 +click-plugins==1.1.1 +click-repl==0.3.0 cloudpickle==3.1.1 contourpy==1.3.1 cycler==0.12.1 @@ -18,6 +26,8 @@ decorator==5.2.1 DeepFilterLib==0.5.6 DeepFilterNet==0.5.6 demucs==4.0.1 +Django==5.1.6 +djangorestframework==3.15.2 dora_search==0.1.12 einops==0.8.1 filelock==3.17.0 @@ -31,6 +41,7 @@ Jinja2==3.1.5 joblib==1.4.2 julius==0.2.7 kiwisolver==1.4.8 +kombu==5.4.2 lameenc==1.8.1 lazy_loader==0.4 librosa==0.10.2.post1 @@ -70,6 +81,7 @@ pillow==11.1.0 platformdirs==4.3.6 pluggy==1.5.0 pooch==1.8.2 +prompt_toolkit==3.0.50 propcache==0.3.0 pycparser==2.22 pyparsing==3.2.1 @@ -80,6 +92,7 @@ pytorch-lightning==2.5.0.post0 pytorch-ranger==0.1.1 pytz==2025.1 PyYAML==6.0.2 +redis==5.2.1 regex==2024.11.6 requests==2.32.3 retrying==1.3.4 @@ -90,6 +103,7 @@ setuptools==75.8.1 six==1.17.0 soundfile==0.13.1 soxr==0.5.0.post1 +sqlparse==0.5.3 submitit==1.5.2 sympy==1.13.1 threadpoolctl==3.5.0 @@ -107,4 +121,6 @@ triton==3.2.0 typing_extensions==4.12.2 tzdata==2025.1 urllib3==2.3.0 +vine==5.1.0 +wcwidth==0.2.13 yarl==1.18.3