# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project <korte.termijn.prognoses@alliander.com> # noqa E501>
#
# SPDX-License-Identifier: MPL-2.0

# Which dependencies and versions are actually used within the GitHub actions is defined within the actions itself.  
# This file is meant for convenient installation of test dependencies for developers.
flake8
autoflake==1.7.5
bandit==1.7.4
black==23.11.0
docformatter==1.5.0
freezegun~=1.2.2
isort==5.10.1
pydocstyle==6.1.1
pylint==2.15.4
pytest==7.1.3
pytest-asyncio==0.19.0
pytest-cov==4.0.0
