diff --git a/pyproject.toml b/pyproject.toml index bd4d8f0..34494ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,18 @@ dependencies = [ "django-crispy-forms", "django-markdown2", "django-rest-framework", - "crispy-bulma (>=0.12.0,<0.13.0)" + "crispy-bulma (>=0.12.0,<0.13.0)", + "django-byostorage @ git+https://gitea.tfconsulting.com.au/tris/django-byostorage.git@9903bb00888f20dfd2d39754e5ee22eeb5f36298", + "requests (>=2.32.5,<3.0.0)", + "django-storages (>=1.14.6,<2.0.0)", + "boto3 (>=1.40.20,<2.0.0)" ] [tool.poetry] packages = [{include = "*", from="app"}] [tool.poetry.group.dev.dependencies] -django-debug-toolbar = "3.8.1" +django-debug-toolbar = "5.2" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"]