2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Part image field now uses django-stdimage

This commit is contained in:
Oliver Walters
2020-04-04 15:47:05 +11:00
parent 7ee94f3574
commit aee0970e49
3 changed files with 30 additions and 1 deletions

View File

@ -18,3 +18,4 @@ flake8==3.3.0 # PEP checking
coverage==4.0.3 # Unit test coverage
python-coveralls==2.9.1 # Coveralls linking (for Travis)
rapidfuzz==0.2.1 # Fuzzy string matching
django-stdimage==5.0.3 # Advanced ImageField management