mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Change pilkit constraint to the version that does work
This commit is contained in:
parent
26f92db5d8
commit
d5a536ae36
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ opentelemetry-instrumentation-django==0.37b0
|
|||
opentelemetry-instrumentation-psycopg2==0.37b0
|
||||
opentelemetry-sdk==1.16.0
|
||||
Pillow==10.3.0
|
||||
pilkit>2.0 # dependency of django-imagekit, 2.0 is incompatible with Pillow>=10
|
||||
pilkit>=3.0 # dependency of django-imagekit, 2.0 is incompatible with Pillow>=10
|
||||
protobuf==3.20.*
|
||||
psycopg2==2.9.5
|
||||
pycryptodome==3.19.1
|
||||
|
|
Loading…
Reference in a new issue