2024-12-07 02:24:42 +01:00
|
|
|
###############################################################################
|
|
|
|
# #
|
|
|
|
# This file is only meant to exclude broken dependency versions, not feature #
|
|
|
|
# dependencies. #
|
|
|
|
# #
|
|
|
|
# GUIDELINES: #
|
|
|
|
# 1. Only list PyPI project versions that need to be excluded using `!=` #
|
|
|
|
# and `<`. #
|
|
|
|
# 2. It is allowed to have transitive dependency limitations in this file. #
|
|
|
|
# 3. Apply bare minimum constraints under narrow conditions, use #
|
|
|
|
# environment markers if possible. E.g. `; python_version < "3.12"`. #
|
|
|
|
# 4. Whenever there are no constraints, let the file and this header #
|
|
|
|
# remain in Git. #
|
|
|
|
# #
|
|
|
|
###############################################################################
|
2025-01-23 05:12:56 +01:00
|
|
|
|
|
|
|
# NOTE: Twine 6.1 needs packaging 24.2 to support metadata 2.4
|
|
|
|
# Ref: https://github.com/pypa/twine/pull/1180
|
|
|
|
packaging >= 24.2
|