mob next [ci-skip] [ci skip] [skip ci]

lastFile:pkgs/python/py-moneyed/default.nix
This commit is contained in:
2025-10-08 16:27:45 +07:00
parent 4cda4d067a
commit 1e2f44f782
17 changed files with 271 additions and 72 deletions

View File

@@ -1,5 +1,15 @@
{ lib, buildPythonPackage, fetchFromGitHub, setuptools, asgiref, django
, django-ipware, structlog, celery, django-extensions, }:
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
asgiref,
django,
django-ipware,
structlog,
celery,
django-extensions,
}:
buildPythonPackage rec {
pname = "django-structlog";
@@ -15,7 +25,12 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ asgiref django django-ipware structlog ];
dependencies = [
asgiref
django
django-ipware
structlog
];
optional-dependencies = {
celery = [ celery ];