Unverified Commit 8ba7d9e5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

lasuite-meet: adjust dependencies

The package extras have been missing up until now.
parent 00d3a01c
Loading
Loading
Loading
Loading
+43 −38
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@ python.pkgs.buildPythonApplication rec {

  build-system = with python.pkgs; [ setuptools ];

  dependencies = with python.pkgs; [
  dependencies =
    with python.pkgs;
    [
      aiohttp
      boto3
      brevo-python
@@ -69,7 +71,10 @@ python.pkgs.buildPythonApplication rec {
      requests
      sentry-sdk
      whitenoise
  ];
    ]
    ++ celery.optional-dependencies.redis
    ++ django-lasuite.optional-dependencies.all
    ++ django-storages.optional-dependencies.s3;

  pythonRelaxDeps = true;