Skip to content

Commit df45f3e

Browse files
committed
Add redis library to docker image; mention xapian is installed
Support using redis for session data. xapian has to match the version of xapian libraries installed in the image. So it is nt installed by requirements.txt. Make note in requirements.txt that it is installed.
1 parent 630312b commit df45f3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/Docker/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
pytz
33
# indexer
44
Whoosh
5+
# xapian is also installed
56
# extra database support
67
psycopg2
78
mysqlclient
9+
redis
810
# encryption
911
gpg
1012
# java web tokens

0 commit comments

Comments
 (0)