Mercurial > p > roundup > code
view scripts/Docker/requirements.txt @ 7675:b3c3e508b18f
fix: move POSIX unsupported items outside of set -e
If the non-poisx fail under a POSIX shell, allow the script to still
run but with the errors. So all non-POSIX supported stuff goes before
set -e.
Courtesy of https://www.shellcheck.net/
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 24 Oct 2023 21:50:39 -0400 |
| parents | b8e88d4ca95b |
| 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
