Remove django-ordered-model from requirements (#2779)
This commit is contained in:
parent
6f0921a3e4
commit
407fd0356d
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@ INSTALLED_APPS = [
|
|||
"django.contrib.staticfiles",
|
||||
"rest_framework",
|
||||
"django_filters",
|
||||
"ordered_model",
|
||||
"mirage",
|
||||
"engine",
|
||||
"apps.user_management",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue