Mercurial > p > roundup > code
view scripts/Docker/requirements.txt @ 8562:9c3ec0a5c7fc
chore: remove __future print_funcion from code.
Not needed as of Python 3.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 08 Apr 2026 21:39:40 -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
