mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-24 05:47:24 +00:00
Refactor task management: replace Celery with Procrastinate for background tasks and update related configurations
This commit is contained in:
@ -13,7 +13,6 @@ billiard==4.2.1
|
||||
black==23.12.1
|
||||
boto3==1.35.49
|
||||
botocore==1.35.49
|
||||
celery==5.5.1
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
chardet==5.2.0
|
||||
@ -24,11 +23,11 @@ click-plugins==1.1.1
|
||||
click-repl==0.3.0
|
||||
colorama==0.4.6
|
||||
cron-descriptor==1.4.5
|
||||
croniter==6.0.0
|
||||
cryptography==41.0.7
|
||||
cssselect2==0.7.0
|
||||
dj-database-url==2.1.0
|
||||
django==5.2
|
||||
django-celery-beat==2.8.0
|
||||
django-cors-headers==4.3.1
|
||||
django-debug-toolbar==4.2.0
|
||||
django-easy-audit==1.3.7
|
||||
@ -70,12 +69,13 @@ packaging==23.2
|
||||
pathspec==0.12.1
|
||||
pillow==10.2.0
|
||||
platformdirs==4.1.0
|
||||
procrastinate==3.2.2
|
||||
prompt-toolkit==3.0.50
|
||||
propcache==0.2.0
|
||||
psycopg==3.2.3
|
||||
psycopg-binary==3.2.3
|
||||
psycopg-pool==3.2.4
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg2-binary==2.9.10
|
||||
pycparser==2.21
|
||||
pyhanko==0.21.0
|
||||
pyhanko-certvalidator==0.26.3
|
||||
|
Reference in New Issue
Block a user