Skip to content

Commit ef6f7a0

Browse files
Update
1 parent b33d42f commit ef6f7a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

requirements/base.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
# ------------------------------------------------------------------------------
38
django==5.0.8
@@ -6,6 +11,7 @@ djangorestframework==3.15.2
611
djangorestframework-simplejwt==5.3.1 # https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
712
django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat
813
django_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
1622
wagtail-localize==1.8.2
1723
wagtail-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
# ------------------------------------------------------------------------------
2136
kombu==5.4.2

0 commit comments

Comments
 (0)