From 5ef1d66f53ad4c2100cfd1e5e0be2a6e19cb24f8 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:17:56 +0530 Subject: [PATCH] updated dependencies: add django, redis, celery --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/requirements.txt b/requirements.txt index 27debed..d742f3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,25 @@ absl-py==2.1.0 +amqp==5.3.1 antlr4-python3-runtime==4.9.3 +asgiref==3.8.1 asttokens==3.0.0 astunparse==1.6.3 audioread==3.0.1 +billiard==4.2.1 +celery==5.4.0 certifi==2024.12.14 cffi==1.17.1 charset-normalizer==3.4.0 +click==8.1.8 +click-didyoumean==0.3.1 +click-plugins==1.1.1 +click-repl==0.3.0 cloudpickle==3.1.0 contourpy==1.3.1 cycler==0.12.1 decorator==5.1.1 demucs==4.0.1 +Django==5.1.4 dora_search==0.1.12 einops==0.8.0 executing==2.1.0 @@ -30,6 +39,7 @@ joblib==1.4.2 julius==0.2.7 keras==3.7.0 kiwisolver==1.4.8 +kombu==5.4.2 lameenc==1.7.0 lazy_loader==0.4 libclang==18.1.1 @@ -80,6 +90,7 @@ pyparsing==3.2.0 pytest==8.3.4 python-dateutil==2.9.0.post0 PyYAML==6.0.2 +redis==5.2.1 requests==2.32.3 retrying==1.3.4 rich==13.9.4 @@ -89,6 +100,7 @@ setuptools==75.6.0 six==1.17.0 soundfile==0.12.1 soxr==0.5.0.post1 +sqlparse==0.5.3 stack-data==0.6.3 submitit==1.5.2 sympy==1.13.1 @@ -106,7 +118,9 @@ traitlets==5.14.3 treetable==0.2.5 triton==3.1.0 typing_extensions==4.12.2 +tzdata==2024.2 urllib3==2.3.0 +vine==5.1.0 wcwidth==0.2.13 Werkzeug==3.1.3 wheel==0.45.1