Skip to content

Commit

Permalink
Add support for reportlab 3.6 to the dev_requirements.txt
Browse files Browse the repository at this point in the history
AFAICT the system worked just fine with this before, but the
requirements.txt specifically locked in the version thats in Debian
Bullseye.

Generally it's still recommended to use the packaged version (which
worked with both Bullseye and Bookworm already).

Fixes #122 (even though nothing actually changes)
  • Loading branch information
mhagander committed Nov 13, 2024
1 parent 3965536 commit 232b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devsetup/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flup
httplib2
psycopg2-binary
pycryptodomex==3.6.1
reportlab==3.5.59
reportlab>=3.5.59,<3.7
python-dateutil
requests
requests-oauthlib==1.0.0
Expand Down

0 comments on commit 232b7a5

Please sign in to comment.