From 248d9e007580843eed3abb6a435664f84e1ab7da Mon Sep 17 00:00:00 2001 From: Ivan Mamtsev Date: Fri, 6 Dec 2024 17:52:42 +0400 Subject: [PATCH] add celery in requirements --- Makefile | 2 +- requirements.txt | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 15e05a5..2f018a9 100644 --- a/Makefile +++ b/Makefile @@ -108,4 +108,4 @@ erd-in-png: erd-dot erd-in-pdf: erd-dot dot -Tpdf erd.dot -o erd.pdf -.PHONY: install setup shell lint test check start sync secretkey +.PHONY: install setup shell lint test check start sync secretkey requirements.txt diff --git a/requirements.txt b/requirements.txt index 891cd62..7e048b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,15 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt +amqp==5.3.1 + # via kombu apscheduler==3.10.4 # via hexlet-friends (pyproject.toml) asgiref==3.8.1 # via django +billiard==4.2.1 + # via celery +celery==5.4.0 + # via hexlet-friends (pyproject.toml) certifi==2024.8.30 # via # requests @@ -12,6 +18,18 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.0 # via requests +click==8.1.7 + # via + # celery + # click-didyoumean + # click-plugins + # click-repl +click-didyoumean==0.3.1 + # via celery +click-plugins==1.1.1 + # via celery +click-repl==0.3.0 + # via celery crispy-bootstrap5==2024.10 # via hexlet-friends (pyproject.toml) cryptography==43.0.3 @@ -47,8 +65,12 @@ gunicorn==23.0.0 # via hexlet-friends (pyproject.toml) idna==3.10 # via requests +kombu==5.4.2 + # via celery packaging==24.2 # via gunicorn +prompt-toolkit==3.0.48 + # via click-repl psycopg2-binary==2.9.10 # via hexlet-friends (pyproject.toml) pycparser==2.22 @@ -60,7 +82,9 @@ pymemcache==4.0.0 python-binary-memcached==0.31.3 # via django-bmemcached python-dateutil==2.9.0.post0 - # via hexlet-friends (pyproject.toml) + # via + # hexlet-friends (pyproject.toml) + # celery python-dotenv==1.0.1 # via hexlet-friends (pyproject.toml) pytz==2024.2 @@ -80,6 +104,10 @@ sqlparse==0.5.2 # django-debug-toolbar typing-extensions==4.12.2 # via dj-database-url +tzdata==2024.2 + # via + # celery + # kombu tzlocal==5.2 # via apscheduler uhashring==2.3 @@ -88,5 +116,12 @@ urllib3==2.2.3 # via # requests # sentry-sdk +vine==5.1.0 + # via + # amqp + # celery + # kombu +wcwidth==0.2.13 + # via prompt-toolkit whitenoise==6.8.2 # via hexlet-friends (pyproject.toml)