Mercurial > p > roundup > code
view scripts/Docker/requirements.txt @ 7706:ccb5169ee6ee
fix: do not quote nuke arg
Quoting the nuke arg when nuke was missing resulted in an empty
trailing argument passed to roundup-demo that was interpreted as
a position argument to set the database type.
$nuke is exactly the word nuke so no need to quote it as though it
could contain multiple space separated tokens.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 Nov 2023 23:25:40 -0500 |
| 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
