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

lastFile:pkgs/python/django-dbbackup/default.nix
This commit is contained in:
2026-03-25 14:03:53 +07:00
parent 8775a36d63
commit bd6eea9331
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
setuptools,
wheel,
django_4,
django,
pytz,
}:
@@ -26,7 +26,7 @@ buildPythonPackage rec {
];
dependencies = [
django_4
django
pytz
];