view scripts/Docker/requirements.txt @ 7112:c0d030bd472e

Fix: Send Content-Length header to client from top Exception handler The top exception handler in run_cgi wasn't sending the Content-Length header for the error message. This resulted in a hung client. Probably wasn't an issue with http 1.0, but when using 1.1 it's required.
author John Rouillard <rouilj@ieee.org>
date Sun, 11 Dec 2022 18:47:24 -0500
parents 889ddfbf8abe
children b8e88d4ca95b
line wrap: on
line source

# human timezones
pytz
# indexer
Whoosh
# extra database support
psycopg2
mysqlclient
# encryption
gpg
# java web tokens
PyJWT
# extra HTTP compression methods
Brotli
zstd
# jinja2 template engine
Jinja2

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