Skip to content

Commit

Permalink
Celery task (#483)
Browse files Browse the repository at this point in the history
* add celery task for update

* add celery in requirements
  • Loading branch information
sgmdlt authored Dec 6, 2024
1 parent 368ce70 commit d9324af
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
37 changes: 36 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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)

0 comments on commit d9324af

Please sign in to comment.