-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a structural change allowing for better placement of direct dependencies and limiting the transitive ones.
- Loading branch information
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
############################################################################### | ||
# # | ||
# 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. # | ||
# # | ||
############################################################################### | ||
|
||
# NOTE: 1.12.0 and later enable support for metadata 2.4 | ||
# NOTE: This can be dropped once twine stops using pkginfo | ||
# Ref: https://github.com/pypa/twine/pull/1180 | ||
pkginfo ~= 1.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters