mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add the stub for the requests package (types-requests) to requirements-tests.txt. Add urllib3 to the ignored imports. The project seems to have added type annotations already but has not released a version including them yet. Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
16 lines
326 B
Text
16 lines
326 B
Text
# Install requirements needed in each tox environment
|
|
|
|
# pinned tuf runtime dependencies (should auto-update and -trigger ci/cd)
|
|
-r requirements-pinned.txt
|
|
|
|
# tuf.api tests use python-dateutil
|
|
python-dateutil
|
|
|
|
# additional test tools for linting and coverage measurement
|
|
coverage
|
|
black
|
|
isort
|
|
pylint
|
|
mypy
|
|
bandit
|
|
types-requests
|