Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7314:4917bb4b5eac | 7315:b8e88d4ca95b |
|---|---|
| 1 # human timezones | 1 # human timezones |
| 2 pytz | 2 pytz |
| 3 # indexer | 3 # indexer |
| 4 Whoosh | 4 Whoosh |
| 5 # xapian is also installed | |
| 5 # extra database support | 6 # extra database support |
| 6 psycopg2 | 7 psycopg2 |
| 7 mysqlclient | 8 mysqlclient |
| 9 redis | |
| 8 # encryption | 10 # encryption |
| 9 gpg | 11 gpg |
| 10 # java web tokens | 12 # java web tokens |
| 11 PyJWT | 13 PyJWT |
| 12 # extra HTTP compression methods | 14 # extra HTTP compression methods |
