From 3aef7d6f0c7f313f4754ae8913a8d0a9e2730d06 Mon Sep 17 00:00:00 2001 From: Sondre Malerud Date: Sun, 16 Mar 2025 13:38:31 +0100 Subject: [PATCH] Copied requirements into test folder --- backend/tests/Dockerfile.test | 2 +- backend/tests/requirements.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 backend/tests/requirements.txt diff --git a/backend/tests/Dockerfile.test b/backend/tests/Dockerfile.test index 696b99a..7c28661 100644 --- a/backend/tests/Dockerfile.test +++ b/backend/tests/Dockerfile.test @@ -2,7 +2,7 @@ FROM python:3.12-slim # Allows docker to cache installed dependencies between builds -COPY ../requirements.txt requirements.txt +COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt # Mounts the application code to the image diff --git a/backend/tests/requirements.txt b/backend/tests/requirements.txt new file mode 100644 index 0000000..346da44 --- /dev/null +++ b/backend/tests/requirements.txt @@ -0,0 +1,34 @@ +asgiref==3.8.1 +boto3==1.34.145 +botocore==1.34.145 +certifi==2024.7.4 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +colorama==0.4.6 +cryptography==42.0.8 +Django==4.0.8 +django-cors-headers==3.13.0 +django-rest-knox==5.0.0 +djangorestframework==3.13.1 +dynaconf==3.2.5 +hvac==2.3.0 +idna==3.7 +Jinja2==3.1.4 +jmespath==1.0.1 +loguru==0.7.2 +MarkupSafe==2.1.5 +pycparser==2.22 +python-dateutil==2.9.0.post0 +pytz==2024.1 +requests==2.32.3 +s3transfer==0.10.2 +shortuuid==1.0.13 +six==1.16.0 +sqlparse==0.5.1 +typing_extensions==4.12.2 +tzdata==2024.1 +urllib3==2.2.2 +validators==0.33.0 +win32-setctime==1.1.0 +djangorestframework-simplejwt==5.3.1