Remove django-ordered-model from requirements (#2779)

This commit is contained in:
Vadim Stepanov 2023-08-11 10:57:22 +01:00 committed by GitHub
parent 6f0921a3e4
commit 407fd0356d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -4,8 +4,6 @@ slackclient==1.3.0
whitenoise==5.3.0
twilio~=6.37.0
phonenumbers==8.10.0
# TODO: remove django-ordered-model after migration to custom OrderModel
django-ordered-model==3.1.1
celery[amqp,redis]==5.3.1
redis==4.6.0
humanize==0.5.1

View file

@ -209,7 +209,6 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"rest_framework",
"django_filters",
"ordered_model",
"mirage",
"engine",
"apps.user_management",