Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
]
dependencies = [
"findimports",
# >=2.4 is the first MIT release (findimports was GPL-2.0-or-later through
# 2.3.0). unbox is Apache-2.0, so the floor keeps the licence guarantee
# explicit rather than accidental: without it, a constraints file, an old
# lockfile or a stale wheel cache could resolve a GPL-era release.
"findimports>=2.4",
"dol>=0.3.49",
"importlib_resources",
"config2py",
Expand Down
Loading