2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Bump general deps (#5170)

* bump deps

* down to py 3.9

* pin pillow
This commit is contained in:
Matthias Mair
2023-07-04 23:20:56 +02:00
committed by GitHub
parent f16c8a5444
commit aec56d4b34
3 changed files with 24 additions and 23 deletions

View File

@ -36,7 +36,7 @@ drf-spectacular # DRF API documentation
feedparser # RSS newsfeed parser
gunicorn # Gunicorn web server
pdf2image # PDF to image conversion
pillow # Image manipulation
pillow==9.5.0 # Image manipulation # FIXED 2023-07-04 as we require PIL.Image.ANTIALIAS
pint==0.21 # Unit conversion # FIXED 2023-05-30 breaks tests https://github.com/matmair/InvenTree/actions/runs/5095665936/jobs/9160852560
python-barcode[images] # Barcode generator
python-dotenv # Environment variable management