Commit 26fc75a2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

gallia: refactor

parent ff11f59f
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -16,16 +16,19 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-hLGaImYkv6/1Wv1a+0tKmW4qmV4akNoyd0RXopJjetI=";
  };

  nativeBuildInputs = with python3.pkgs; [
  pythonRelaxDeps = [
    "httpx"
  ];

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

  pythonRelaxDeps = [
    "httpx"
  nativeBuildInputs = with python3.pkgs; [
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    aiofiles
    aiohttp
    aiosqlite