mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
10 lines
393 B
Text
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
|