python-tuf/requirements/main.txt
Lukas Puehringer 9894d735a9 Remove obsolete comments from Python 2.7 times
We longer run 2.7 tests (_test.yml) and we no longer need per-version
requirements files (main.txt).

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2023-09-28 11:40:29 +02:00

10 lines
393 B
Text

# TUF runtime requirements plus securesystemslib with extra dependencies
#
# This file together with 'pip-compile' is used to generate a pinned
# requirements file with all immediate and transitive dependencies.
#
# 'pinned.txt' is updated on GitHub with Dependabot, which
# triggers CI/CD builds to automatically test against updated dependencies.
#
securesystemslib[crypto, pynacl]
requests