2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 14:41:33 +00:00

Update pint library to latest version (#8028)

* Update pint library to latest version

* Fix hash

* Handle AssertionError
This commit is contained in:
Oliver
2024-08-29 12:37:38 +10:00
committed by GitHub
parent 9afc6cc6cb
commit 99e37de1d8
3 changed files with 19 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ feedparser # RSS newsfeed parser
gunicorn # Gunicorn web server
pdf2image # PDF to image conversion
pillow # Image manipulation
pint==0.21 # Unit conversion # FIXED 2023-05-30 breaks tests https://github.com/matmair/InvenTree/actions/runs/5095665936/jobs/9160852560
pint # Unit conversion
pip-licenses # License information for installed packages
python-barcode[images] # Barcode generator
python-dotenv # Environment variable management