docs: remove unused dependencies

This commit is contained in:
Herculino Trotta
2024-10-31 16:17:24 -03:00
parent 4bea55dc63
commit c7174e7b53
4 changed files with 0 additions and 6 deletions

View File

@@ -56,7 +56,6 @@ INSTALLED_APPS = [
"crispy_bootstrap5",
"hijack",
"hijack.contrib.admin",
"django_tables2",
"django_filters",
"apps.users.apps.UsersConfig",
"procrastinate.contrib.django",

View File

@@ -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/*

View File

@@ -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/*

View File

@@ -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