# Requirements needed in tox lint environment

# pinned tuf runtime dependencies
-r pinned.txt

# Lint tools
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
black==23.3.0
isort==5.12.0
pylint==2.17.4
mypy==1.2.0
bandit==1.7.5
pydocstyle==6.3.0
