lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.django-apscheduler: don't pin django_5

+2 -2
+2 -2
pkgs/development/python-modules/django-apscheduler/default.nix
··· 5 5 setuptools, 6 6 wheel, 7 7 # dependencies 8 - django_5, 8 + django, 9 9 apscheduler, 10 10 # tests 11 11 pytestCheckHook, ··· 31 31 ]; 32 32 33 33 dependencies = [ 34 - django_5 34 + django 35 35 apscheduler 36 36 ]; 37 37