Skip to content

Commit 9814df9

Browse files
jontsaiclaude
andcommitted
update reportlab to 4.4.4+ with binary wheels
- Update reportlab from ==3.6.13 to >=4.4.4,<5 - ReportLab 4.4.4+ provides pure Python wheels (no compilation needed) - Fixes build error: "cannot find ft2build.h" on deployment - No longer requires system dependencies (libfreetype6-dev, libjpeg-dev) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dfbd02d commit 9814df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pygeoip>=0.2.6,<1
99
python-dateutil>=2.9.0,<3
1010
python-ulid[pydantic]>=2.4.0,<3
1111
redis>=4.4.4,<5
12-
reportlab==3.6.13
12+
reportlab>=4.4.4,<5
1313
requests-oauthlib>=1.3.0,<2
1414
requests>=2.32.4,<3
1515
rollbar>=0.15.1,<2

0 commit comments

Comments
 (0)