File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ whitenoise==6.6.0 # https://github.com/evansd/whitenoise
2+ redis==5.0.1 # https://github.com/redis/redis-py
3+ celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
4+ flower==2.0.1 # https://github.com/mher/flower
5+ hiredis==2.2.3 # https://github.com/redis/hiredis-py
16# Django
27# ------------------------------------------------------------------------------
38django==5.0.8
@@ -6,6 +11,7 @@ djangorestframework==3.15.2
611djangorestframework-simplejwt==5.3.1 # https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
712django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat
813django_celery_results==2.5.1
14+ django-compressor==4.4 # https://github.com/django-compressor/django-compressor
915
1016# Wagtail
1117# ------------------------------------------------------------------------------
@@ -16,6 +22,15 @@ wagtailmenus==3.1.9
1622wagtail-localize==1.8.2
1723wagtail-autocomplete==0.11.0
1824
25+ # Solr
26+ # ------------------------------------------------------------------------------
27+ # django-haystack==3.2.1
28+ git+https://github.com/django-haystack/django-haystack.git
29+
30+ # PySolr
31+ # ------------------------------------------------------------------------------
32+ pysolr==3.9.0
33+
1934# Kombu
2035# ------------------------------------------------------------------------------
2136kombu==5.4.2
You can’t perform that action at this time.
0 commit comments