Bump celery version, telegram version

This commit is contained in:
Ildar Iskhakov 2022-09-01 12:56:06 +03:00
parent 25c3d19a05
commit 6c7193f11a
2 changed files with 2 additions and 4 deletions

View file

@ -5,16 +5,15 @@ whitenoise==5.3.0
twilio~=6.37.0
phonenumbers==8.10.0
django-ordered-model==3.1.1
celery==4.3.0
celery==5.2.7
redis==3.2.0
django-celery-results==1.0.4
humanize==0.5.1
uwsgi==2.0.20
django-cors-headers==3.7.0
django-debug-toolbar==3.2.1
django-sns-view==0.1.2
kombu==4.5.0
python-telegram-bot==11.1.0
python-telegram-bot==13.13
django-silk==4.1.0
django-redis-cache==3.0.0
hiredis==1.0.0

View file

@ -130,7 +130,6 @@ INSTALLED_APPS = [
"apps.grafana_plugin",
"apps.grafana_plugin_management",
"apps.migration_tool",
"django_celery_results",
"corsheaders",
"debug_toolbar",
"social_django",