mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-23 21:45:45 +02:00
Merge pull request #1303 from django-helpdesk/delete_redundant_files
Delete redundant files and clean up demo README
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
Django >=3.2,<4
|
||||
|
@@ -1 +0,0 @@
|
||||
Django >=4.2,<5
|
@@ -1 +0,0 @@
|
||||
Django >=5,<6
|
@@ -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*
|
||||
|
||||
|
@@ -1,5 +0,0 @@
|
||||
tox
|
||||
ruff
|
||||
pycodestyle
|
||||
isort
|
||||
freezegun
|
@@ -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
|
@@ -1,11 +0,0 @@
|
||||
pysocks
|
||||
pycodestyle
|
||||
coverage
|
||||
argparse
|
||||
pbr
|
||||
mock
|
||||
freezegun
|
||||
isort
|
||||
numpy
|
||||
factory_boy
|
||||
faker
|
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user