mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
docs: remove unused dependencies
This commit is contained in:
@@ -56,7 +56,6 @@ INSTALLED_APPS = [
|
||||
"crispy_bootstrap5",
|
||||
"hijack",
|
||||
"hijack.contrib.admin",
|
||||
"django_tables2",
|
||||
"django_filters",
|
||||
"apps.users.apps.UsersConfig",
|
||||
"procrastinate.contrib.django",
|
||||
|
||||
@@ -2,7 +2,6 @@ FROM python:3.11-slim-buster AS python-build-stage
|
||||
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
build-essential \
|
||||
gettext \
|
||||
libpq-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ FROM python:3.11-slim-buster AS python-build-stage
|
||||
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
build-essential \
|
||||
gettext \
|
||||
libpq-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -3,12 +3,9 @@ psycopg[binary]==3.2.3
|
||||
python-webpack-boilerplate==1.0.3
|
||||
django-crispy-forms==2.3
|
||||
crispy-bootstrap5==2024.10
|
||||
django-tables2==2.7.0
|
||||
django-simple-history==3.7.0
|
||||
django-browser-reload==1.12.1
|
||||
django-hijack==3.4.5
|
||||
django-filter==24.3
|
||||
django-anymail[sendinblue]==10.2
|
||||
django-debug-toolbar==4.3.0
|
||||
django-cachalot~=2.6.3
|
||||
django-cotton~=1.2.1
|
||||
|
||||
Reference in New Issue
Block a user