gallia: refactor

This commit is contained in:
Fabian Affolter 2024-04-12 09:13:53 +02:00
parent ff11f59f9f
commit 26fc75a28e
1 changed files with 9 additions and 6 deletions

View File

@ -16,16 +16,19 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-hLGaImYkv6/1Wv1a+0tKmW4qmV4akNoyd0RXopJjetI=";
};
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"httpx"
];
propagatedBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [
aiofiles
aiohttp
aiosqlite