Merge pull request #1303 from django-helpdesk/delete_redundant_files

Delete redundant files and clean up demo README
This commit is contained in:
David Vadnais
2025-08-21 19:21:39 -10:00
committed by GitHub
9 changed files with 1 additions and 55 deletions

View File

@@ -1,2 +0,0 @@
Django >=3.2,<4

View File

@@ -1 +0,0 @@
Django >=4.2,<5

View File

@@ -1 +0,0 @@
Django >=5,<6

View File

@@ -55,11 +55,6 @@ before running::
make rundemo
*NOTE ON DJANGO VERISON*
The demo project was configured with Django 2.2 in mind.
Django 3.2 LTS is highly recommended.
Django 1.11 is NOT supported.
*NOTE ON ATTACHMENTS*

View File

@@ -1,5 +0,0 @@
tox
ruff
pycodestyle
isort
freezegun

View File

@@ -1,13 +0,0 @@
Django>=3.2
django-bootstrap4-form
celery
django-celery-beat
email-reply-parser
akismet
markdown
beautifulsoup4
lxml
pytz
six
djangorestframework
django-model-utils

View File

@@ -1,11 +0,0 @@
pysocks
pycodestyle
coverage
argparse
pbr
mock
freezegun
isort
numpy
factory_boy
faker

View File

@@ -1,16 +0,0 @@
Django>=3.2
django-bootstrap4-form
celery
email-reply-parser
akismet
markdown
beautifulsoup4
lxml
pytz
pinax_teams
djangorestframework
django-model-utils
django-cleanup
oauthlib
requests_oauthlib
requests

View File

@@ -8,7 +8,7 @@ RUN apt-get install -yqq \
cron \
git
COPY django-helpdesk/src django-helpdesk/standalone /opt/django-helpdesk
COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml /opt/django-helpdesk
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN pip3 install --upgrade pip
RUN pip3 install packaging