Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion Formula/i/imgp.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Imgp < Formula
include Language::Python::Shebang

Expand All @@ -12,7 +12,7 @@
end

depends_on "pillow"
depends_on "python@3.13"
depends_on "python@3.14"

def install
rewrite_shebang detected_python_shebang, "imgp"
Expand Down
3 changes: 3 additions & 0 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@
"img2pdf": {
"exclude_packages": ["pillow"]
},
"imgp": {
"exclude_packages": ["pillow"]
},
"instaloader": {
"exclude_packages": ["certifi"]
},
Expand Down
Loading