Unverified Commit 9b8fa676 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

lacus: refactor

parent 78860188
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-VFNW13PupJOroIhqnuLOq3mqU9nXEy1hmjHBQfErSN8=";
  };

  nativeBuildInputs = with python3.pkgs; [
  build-system = with python3.pkgs; [
    poetry-core
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    flask-restx
    gunicorn
    lacuscore