python312Packages.env-canada: refactor

This commit is contained in:
Fabian Affolter 2024-05-03 01:18:06 +02:00 committed by GitHub
parent 33a84830a5
commit eab9b27a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,14 @@
, pytestCheckHook
, python-dateutil
, pythonOlder
, setuptools
, voluptuous
}:
buildPythonPackage rec {
pname = "env-canada";
version = "0.6.2";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +28,11 @@ buildPythonPackage rec {
hash = "sha256-2lrZpjOdijE/udGRzUXT63xI+f9yI+04arfWdt6fMSA=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
aiohttp
geopy
imageio