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

Merge remote-tracking branch 'inventree/master' into webp-support

This commit is contained in:
Oliver Walters
2022-05-17 18:48:19 +10:00
205 changed files with 14959 additions and 13867 deletions

View File

@ -36,6 +36,7 @@ flake8==3.8.3 # PEP checking
gunicorn>=20.1.0 # Gunicorn web server
importlib_metadata # Backport for importlib.metadata
inventree # Install the latest version of the InvenTree API python library
isort==5.10.1 # DEV: python import sorting
markdown==3.3.4 # Force particular version of markdown
pep8-naming==0.11.1 # PEP naming convention extension
pillow==9.1.0 # Image manipulation