python3Packages.accuweather: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-06-29 10:21:56 -07:00
parent 00278dcc75
commit d8f24a5dd0

View File

@@ -5,6 +5,7 @@
buildPythonPackage,
fetchFromGitHub,
orjson,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-error-for-skips,
pytestCheckHook,
@@ -27,6 +28,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
orjson