Mercurial > p > roundup > code
view 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 source
# human timezones pytz # indexer Whoosh # xapian is also installed # extra database support psycopg2 mysqlclient redis # encryption gpg # java web tokens PyJWT # extra HTTP compression methods Brotli zstd # jinja2 template engine Jinja2
