python-tuf/requirements-test.txt
Teodora Sechkova 191a1e5e3d
Add type annotations to download.py and fetcher.py
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>
2021-08-27 11:49:49 +03:00

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