python3Packages.django-apscheduler: don't pin django_5

This commit is contained in:
Robert Schütz
2025-06-11 23:21:40 -07:00
parent 2fa44a6777
commit 5d0bac880f
@@ -5,7 +5,7 @@
setuptools,
wheel,
# dependencies
django_5,
django,
apscheduler,
# tests
pytestCheckHook,
@@ -31,7 +31,7 @@ buildPythonPackage rec {
];
dependencies = [
django_5
django
apscheduler
];