2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00
* bump deps

* Update requirements.txt

* fix pint

* fix reqs

* fix dev reqs
This commit is contained in:
Matthias Mair
2023-05-31 01:18:02 +02:00
committed by GitHub
parent 92930d475c
commit a196f443a1
3 changed files with 37 additions and 32 deletions

View File

@ -33,7 +33,7 @@ feedparser # RSS newsfeed parser
gunicorn # Gunicorn web server
pdf2image # PDF to image conversion
pillow # Image manipulation
pint # Unit conversion
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
qrcode[pil] # QR code generator
rapidfuzz==0.7.6 # Fuzzy string matching