Unverified Commit 7acb1179 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

pretalx: relax dependency constraints

parent a987611e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -85,10 +85,16 @@ python.pkgs.buildPythonApplication rec {
  ]);

  pythonRelaxDeps = [
    "celery"
    "css-inline"
    "cssutils"
    "django-csp"
    "django-filter"
    "django-hierarkey"
    "markdown"
    "pillow"
    "python-dateutil"
    "reportlab"
  ];

  propagatedBuildInputs = with python.pkgs; [