Mercurial > p > roundup > code
view scripts/Docker/requirements.txt @ 8564:13732c1d8392
bug: fix typing for pre 3.9 python.
when I added basic typing to logcontext.py I used a spec unsupported in
3.8and earlier.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 09 Apr 2026 00:09:29 -0400 |
| parents | 2c59d8deb653 |
| children |
line wrap: on
line source
# Get newest versions, but specify minimum versions to get versions # without known vulnerabilities as reported by: # https://tools.simonwillison.net/python-vulnerability-lookup # setuptools required for installation - missing from newer base images setuptools >= 78.1.1 # human timezones pytz # indexer Whoosh # xapian is also installed # extra database support psycopg2 mysqlclient redis >= 4.5.4 # encryption gpg # java web tokens PyJWT >= 2.12.0 # extra HTTP compression methods Brotli >= 1.2.0 zstd >= 1.5.4 # jinja2 template engine Jinja2 >= 3.1.6
