mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
* make currency choices independend * Remove check for field, just try to get rid of it * Add IF EXISTS to avoid error (works in postgres) * Look for operational error, not programming error * Use variants, depending on errors caused * [FR] Add Feature flags Fixes #4965 * Add option to define custom flags * Revert "make currency choices independend" This reverts commit ab84a7ff830bfdf8df2235ec11f5a83e05533a10. * try fixing mysql * more safeguards * fix executioner call * a fck * use migrations. syntax * and another round for mysql * revert print change * use UTC for datetime * Update part.migrations.0112 - Add custom migration class which handles errors * Add unit test for migration - Ensure that the new fields are added to the model * Update reference to PR * fix ruleset for missing_models * fix ruleset for flags_flagstate * add API endpoints for flags * add tests for new API endpoints * fix tests * fix merge * fix tests --------- Co-authored-by: martin <martin@iggland.com> Co-authored-by: Oliver Walters <oliver.henry.walters@gmail.com>
51 lines
3.6 KiB
Plaintext
51 lines
3.6 KiB
Plaintext
# Please keep this list sorted - if you pin a version provide a reason
|
|
Django>=3.2.14,<4 # Django package
|
|
coreapi # API documentation for djangorestframework
|
|
cryptography>=40.0.0,!=40.0.2 # Core cryptographic functionality
|
|
django-allauth # SSO for external providers via OpenID
|
|
django-allauth-2fa # MFA / 2FA
|
|
django-cleanup # Automated deletion of old / unused uploaded files
|
|
django-cors-headers # CORS headers extension for DRF
|
|
django-crispy-forms<2.0 # Form helpers # FIXED 2023-02-18 due to required updates in the new version
|
|
django-dbbackup # Backup / restore of database and media files
|
|
django-error-report # Error report viewer for the admin interface
|
|
django-filter # Extended filtering options
|
|
django-flags # Feature flags
|
|
django-formtools # Form wizard tools
|
|
django-ical # iCal export for calendar views
|
|
django-import-export==2.5.0 # Data import / export for admin interface
|
|
django-maintenance-mode # Shut down application while reloading etc.
|
|
django-markdownify # Markdown rendering
|
|
django-money<3.0.0 # Django app for currency management # FIXED 2022-06-26 to make sure py-moneyed is not conflicting
|
|
django-mptt==0.11.0 # Modified Preorder Tree Traversal
|
|
django-redis>=5.0.0 # Redis integration
|
|
django-q # Background task scheduling
|
|
django-q-sentry # sentry.io integration for django-q
|
|
django-sql-utils # Advanced query annotation / aggregation
|
|
django-sslserver # Secure HTTP development server
|
|
django-stdimage<6.0.0 # Advanced ImageField management # FIXED 2022-06-29 6.0.0 breaks serialization for django-q
|
|
django-taggit # Tagging support
|
|
django-user-sessions # user sessions in DB
|
|
django-weasyprint # django weasyprint integration
|
|
djangorestframework # DRF framework
|
|
django-xforwardedfor-middleware # IP forwarding metadata
|
|
dulwich # pure Python git integration
|
|
drf-spectacular # DRF API documentation
|
|
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
|
|
python-barcode[images] # Barcode generator
|
|
python-dotenv # Environment variable management
|
|
qrcode[pil] # QR code generator
|
|
rapidfuzz==0.7.6 # Fuzzy string matching
|
|
regex # Advanced regular expressions
|
|
sentry-sdk # Error reporting (optional)
|
|
setuptools # Standard depenedency
|
|
tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats
|
|
weasyprint==54.3 # PDF generation
|
|
|
|
# Fixed sub-dependencies
|
|
py-moneyed<2.0 # For django-money # FIXED 2022-06-18 as we need `moneyed.localization`
|