From 5db53fa277d137bc04e3b5304639389ef7e2759b Mon Sep 17 00:00:00 2001 From: matteotolloso Date: Mon, 27 Nov 2023 17:00:22 +0100 Subject: [PATCH] req --- requirements.txt | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7cad501..27edd95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,34 @@ amqp==5.2.0 +anyio==3.7.1 asgiref==3.7.2 +attrs==23.1.0 billiard==4.2.0 celery==5.3.6 certifi==2023.7.22 +chardet==4.0.0 charset-normalizer==3.3.2 click==8.1.7 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.3.0 +dataclasses==0.6 +deprecation==2.1.0 distlib==0.3.7 Django==4.2.7 django-cors-headers==4.3.0 django-filter==23.3 django-guardian==2.4.0 +django-storage-supabase==0.1.0 djangorestframework==3.14.0 djangorestframework-guardian==0.3.0 exceptiongroup==1.1.3 filelock==3.13.1 +gotrue==0.2.0 greenlet==3.0.0 -idna==3.4 +h11==0.12.0 +httpcore==0.13.7 +httpx==0.19.0 +idna==2.10 iniconfig==2.0.0 kombu==5.3.4 numpy==1.26.1 @@ -29,21 +39,28 @@ pipenv==2023.10.24 platformdirs==3.11.0 playwright==1.39.0 pluggy==1.3.0 +postgrest-py==0.5.0 prompt-toolkit==3.0.41 psycopg2-binary==2.9.9 +py==1.11.0 pyee==11.0.1 -pytest==7.4.3 +pytest==6.2.5 pytest-base-url==2.0.0 pytest-playwright==0.4.3 python-dateutil==2.8.2 python-dotenv==1.0.0 python-slugify==8.0.1 pytz==2023.3.post1 -requests==2.31.0 +realtime-py==0.1.3 +requests==2.25.1 +rfc3986==1.5.0 scipy==1.11.3 six==1.16.0 +sniffio==1.3.0 sqlparse==0.4.4 +supabase==0.0.3 text-unidecode==1.3 +toml==0.10.2 tomli==2.0.1 typing_extensions==4.8.0 tzdata==2023.3 @@ -51,4 +68,5 @@ urllib3==1.26.6 vine==5.1.0 virtualenv==20.24.6 wcwidth==0.2.12 +websockets==9.1 whitenoise==6.6.0