mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Removes unused dependency (#1965)
This commit is contained in:
parent
4672294d7c
commit
70601612f8
2 changed files with 0 additions and 2 deletions
|
@ -87,7 +87,6 @@ INSTALLED_APPS = [
|
|||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"django.contrib.humanize",
|
||||
"django_rename_app",
|
||||
"sass_processor",
|
||||
"bookwyrm",
|
||||
"celery",
|
||||
|
|
|
@ -16,7 +16,6 @@ python-dateutil==2.8.1
|
|||
redis==3.4.1
|
||||
requests==2.22.0
|
||||
responses==0.10.14
|
||||
django-rename-app==0.1.2
|
||||
pytz>=2021.1
|
||||
boto3==1.17.88
|
||||
django-storages==1.11.1
|
||||
|
|
Loading…
Reference in a new issue