mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
This also removes RequestsFetcher from tuf.ngclient.__init__.py: Otherwise we can't drop the requests dependency. This means RequestsFetcher is not currently public. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
10 lines
384 B
Text
10 lines
384 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]
|
|
urllib3
|