comparison scripts/Docker/requirements.txt @ 6555:34cbd0e633d2

Added FastCGI deployment info, updated Docker docs; docker-compose added This moves the Docker files to the subdirectory scripts/Docker. Attempted to provide a slightly guided install of a tracker using the roundup_start script It include the docker-compose.yml file donated by Norbert Schlemmer. Hopefully I didn't break it when modifying it for it's new home.
author John Rouillard <rouilj@ieee.org>
date Sun, 12 Dec 2021 19:19:52 -0500
parents scripts/requirements.txt@e6ae8188f61a
children 889ddfbf8abe
comparison
equal deleted inserted replaced
6554:576d630fc908 6555:34cbd0e633d2
1 # human timezones
2 pytz
3 # indexer
4 Whoosh
5 # extra database support
6 psycopg2
7 mysqlclient
8 # encryption
9 gpg
10 # java web tokens
11 PyJWT
12 # extra HTTP compression methods
13 Brotli
14 zstd

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