diff --git a/constraints-Django32.txt b/constraints-Django32.txt deleted file mode 100644 index 0a12b5b3..00000000 --- a/constraints-Django32.txt +++ /dev/null @@ -1,2 +0,0 @@ -Django >=3.2,<4 - diff --git a/constraints-Django4.txt b/constraints-Django4.txt deleted file mode 100644 index 0f9b0d77..00000000 --- a/constraints-Django4.txt +++ /dev/null @@ -1 +0,0 @@ -Django >=4.2,<5 diff --git a/constraints-Django5.txt b/constraints-Django5.txt deleted file mode 100644 index a4769e29..00000000 --- a/constraints-Django5.txt +++ /dev/null @@ -1 +0,0 @@ -Django >=5,<6 diff --git a/demodesk/README.rst b/demodesk/README.rst index 69e31da8..db5a370c 100644 --- a/demodesk/README.rst +++ b/demodesk/README.rst @@ -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* diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index 973bf2e3..00000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,5 +0,0 @@ -tox -ruff -pycodestyle -isort -freezegun diff --git a/requirements-no-pinax.txt b/requirements-no-pinax.txt deleted file mode 100644 index fd08c940..00000000 --- a/requirements-no-pinax.txt +++ /dev/null @@ -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 diff --git a/requirements-testing.txt b/requirements-testing.txt deleted file mode 100644 index a46716c1..00000000 --- a/requirements-testing.txt +++ /dev/null @@ -1,11 +0,0 @@ -pysocks -pycodestyle -coverage -argparse -pbr -mock -freezegun -isort -numpy -factory_boy -faker \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 322c9d03..00000000 --- a/requirements.txt +++ /dev/null @@ -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 diff --git a/standalone/Dockerfile b/standalone/Dockerfile index dea0e9a3..ba1259f8 100644 --- a/standalone/Dockerfile +++ b/standalone/Dockerfile @@ -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