Mercurial > p > roundup > code
view scripts/Docker/requirements.txt @ 8569:4006ddad6b8a
docs: add test/requirements.txt and doc same in developers.txt
Help devs get test environment set up. Also document ruff as option with
pylint and flake8.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 Apr 2026 12:55:03 -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
