# Copyright (C) 2026, RTE (http://www.rte-france.com)
# SPDX-License-Identifier: Apache-2.0
#
# Pinned toolchain for the CI jobs, so a run is reproducible and does not
# silently pick up a new release between two builds. Used as a pip
# constraints file, transitive dependencies are still resolved normally.
# The versions below are the ones the workflow already resolves on the
# Python 3.12 it installs, so pinning them changes nothing but the drift.

# Runtime dependencies, from [project.dependencies].
flask==3.1.3
Flask-WTF==1.3.0
libvirt-python==12.5.0

# The test extra.
pytest==9.1.1
pytest-cov==7.1.0
coverage==7.15.3

# The docs extra.
sphinx==9.1.0
sphinx-argparse==0.6.0
