mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
85d1c585c0
- This is required to fix some issues with query aggregations as "distinct=True" cannot be set for Sum operations until django 3.0 - Multiple annotations on the same queryset were returning invalid results - Ref: https://code.djangoproject.com/ticket/10060 - Ref: https://docs.djangoproject.com/en/3.0/topics/db/aggregation/#combining-multiple-aggregations - django-dbbackup required updating for django3 support - django-qr-code for now is disabled, a new solution needs to be worked out
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
wheel>=0.34.2 # Wheel
|
|
Django==3.0.5 # Django package
|
|
pillow==6.2.0 # Image manipulation
|
|
djangorestframework==3.10.3 # DRF framework
|
|
django-dbbackup==3.3.0 # Database backup / restore functionality
|
|
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-markdownx==3.0.1 # Markdown form fields
|
|
django-markdownify==0.8.0 # Markdown rendering
|
|
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)
|
|
rapidfuzz==0.2.1 # Fuzzy string matching
|
|
django-stdimage==5.0.3 # Advanced ImageField management |