diff scripts/Docker/requirements.txt @ 7315:b8e88d4ca95b

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.
author John Rouillard <rouilj@ieee.org>
date Thu, 11 May 2023 00:01:15 -0400
parents 889ddfbf8abe
children 61ffdc71cf46
line wrap: on
line diff
--- a/scripts/Docker/requirements.txt	Wed May 10 23:58:13 2023 -0400
+++ b/scripts/Docker/requirements.txt	Thu May 11 00:01:15 2023 -0400
@@ -2,9 +2,11 @@
 pytz
 # indexer
 Whoosh
+# xapian is also installed
 # extra database support
 psycopg2
 mysqlclient
+redis
 # encryption
 gpg
 # java web tokens

Roundup Issue Tracker: http://roundup-tracker.org/