1+ setuptools>=68.2.2,<82
12whitenoise==6.6.0 # https://github.com/evansd/whitenoise
23redis==5.0.1 # https://github.com/redis/redis-py
34celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
@@ -6,22 +7,19 @@ hiredis==2.2.3 # https://github.com/redis/hiredis-py
67
78# Django
89# ------------------------------------------------------------------------------
9- django==5 .0.8
10- django-environ==0.11.2
11- djangorestframework==3.15.2
12- djangorestframework-simplejwt==5.3 .1 # https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
13- django-celery-beat==2.6 .0 # https://github.com/celery/django-celery-beat
14- django_celery_results==2.5.1
15- django-compressor==4.4 # https://github.com/django-compressor/django-compressor
10+ django==6 .0.5
11+ django-environ==0.13.0
12+ djangorestframework==3.17.1
13+ djangorestframework-simplejwt==5.5 .1 # https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
14+ django-celery-beat==2.9 .0 # https://github.com/celery/django-celery-beat
15+ django_celery_results==2.6.0
16+ django-compressor==4.6.0 # https://github.com/django-compressor/django-compressor
1617
1718# Wagtail
1819# ------------------------------------------------------------------------------
19- wagtail==6.3
20- wagtail-modeladmin==2.1.0
21- wagtail-django-recaptcha==2.1.1
22- wagtailmenus==3.1.9
23- wagtail-localize==1.8.2
24- wagtail-autocomplete==0.11.0
20+ wagtail==7.4
21+ wagtail-modeladmin==2.3.0
22+ wagtail-autocomplete==0.12.0
2523
2624# lxml
2725# ------------------------------------------------------------------------------
@@ -55,8 +53,3 @@ python-docx==1.1.2
5553# huggingface-hub
5654# ------------------------------------------------------------------------------
5755huggingface_hub==0.26.1 # https://pypi.org/project/huggingface-hub/
58-
59- # Python Bindings for llama.cpp
60- # ------------------------------------------------------------------------------
61- llama-cpp-python==0.3.14 # https://llama-cpp-python.readthedocs.io/en/latest/
62-
0 commit comments