mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
bacdb7776b
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.0.0...6.2.0) Signed-off-by: dependabot[bot] <support@github.com>
19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
Django==2.2.8 # Django package
|
|
pillow==6.2.0 # Image manipulation
|
|
djangorestframework==3.10.3 # DRF framework
|
|
django-cors-headers==3.2.0 # CORS headers extension for DRF
|
|
django_filter==2.2.0 # Extended filtering options
|
|
django-mptt==0.10.0 # Modified Preorder Tree Traversal
|
|
django-dbbackup==3.2.0 # Database backup / restore functionality
|
|
coreapi==2.3.0 # API documentation
|
|
pygments==2.2.0 # Syntax highlighting
|
|
tablib==0.13.0 # Import / export data files
|
|
django-crispy-forms==1.8.1 # Form helpers
|
|
django-import-export==2.0.0 # Data import / export for admin interface
|
|
django-cleanup==4.0.0 # Manage deletion of old / unused uploaded files
|
|
django-qr-code==1.1.0 # Generate QR codes
|
|
flake8==3.3.0 # PEP checking
|
|
coverage==4.0.3 # Unit test coverage
|
|
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
|
fuzzywuzzy==0.17.0 # Fuzzy string matching
|
|
python-Levenshtein==0.12.0 # Required for fuzzywuzzy |