mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 06:48:48 +00:00
* add admindocs * add tag export command * add filter export * switch to yaml * upload meta info to artifacts * format workflow file * fix creation command * keep all artifacts in schema repo * fix namespace * use one command for export * include tags and filters in docs * change default filename * fix call * fix itteration syntax * clean up rendering * fix formatting * simple escape
67 lines
4.2 KiB
Plaintext
67 lines
4.2 KiB
Plaintext
# Please keep this list sorted - if you pin a version provide a reason
|
|
Django<5.0 # Django package
|
|
coreapi # API documentation for djangorestframework
|
|
cryptography>=40.0.0,!=40.0.2,<=43.0.3 # Core cryptographic functionality
|
|
django-allauth[openid,saml] # 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-dbbackup # Backup / restore of database and media files
|
|
django-error-report-2 # Error report viewer for the admin interface
|
|
django-filter # Extended filtering options
|
|
django-flags # Feature flags
|
|
django-ical # iCal export for calendar views
|
|
django-maintenance-mode # Shut down application while reloading etc.
|
|
django-markdownify # Markdown rendering
|
|
django-mptt # Modified Preorder Tree Traversal
|
|
django-markdownify # Markdown rendering
|
|
django-money>=3.0.0,<3.3.0 # Django app for currency management # FIXED 2023-10-31 3.3.0 breaks due to https://github.com/django-money/django-money/issues/731
|
|
django-mptt # Modified Preorder Tree Traversal
|
|
django-redis>=5.0.0 # Redis integration
|
|
django-q2 # Background task scheduling
|
|
django-q-sentry # sentry.io integration for django-q
|
|
django-sesame # Magic link authentication
|
|
django-sql-utils # Advanced query annotation / aggregation
|
|
django-sslserver # Secure HTTP development server
|
|
django-structlog # Structured logging
|
|
django-stdimage # Advanced ImageField management
|
|
django-taggit # Tagging support
|
|
django-user-sessions # user sessions in DB
|
|
django-weasyprint # django weasyprint integration
|
|
djangorestframework<3.15 # DRF framework # FIXED 2024-06-26 see https://github.com/inventree/InvenTree/pull/7521
|
|
djangorestframework-simplejwt[crypto] # JWT authentication
|
|
django-xforwardedfor-middleware # IP forwarding metadata
|
|
dj-rest-auth==7.0.0 # Authentication API endpoints # FIXED 2024-12-22 due to https://github.com/inventree/InvenTree/issues/8707
|
|
dulwich # pure Python git integration
|
|
docutils # Documentation utilities for auto admin docs
|
|
drf-spectacular # DRF API documentation
|
|
feedparser # RSS newsfeed parser
|
|
gunicorn # Gunicorn web server
|
|
pdf2image # PDF to image conversion
|
|
pillow # Image manipulation
|
|
pint # Unit conversion
|
|
pip-licenses # License information for installed packages
|
|
ppf.datamatrix # Data Matrix barcode generator
|
|
python-barcode[images] # Barcode generator
|
|
python-dotenv # Environment variable management
|
|
pyyaml>=6.0.1 # YAML parsing
|
|
qrcode[pil] # QR code generator
|
|
rapidfuzz # Fuzzy string matching
|
|
sentry-sdk # Error reporting (optional)
|
|
setuptools # Standard dependency
|
|
tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats
|
|
weasyprint # PDF generation
|
|
whitenoise # Enhanced static file serving
|
|
|
|
# OpenTelemetry dependencies
|
|
grpcio
|
|
opentelemetry-api
|
|
opentelemetry-sdk
|
|
opentelemetry-exporter-otlp
|
|
opentelemetry-instrumentation-django
|
|
opentelemetry-instrumentation-requests
|
|
opentelemetry-instrumentation-redis
|
|
|
|
# pinned sub-deps
|
|
pydyf==0.10.0 # Fixed 2024-08-22 see https://github.com/inventree/InvenTree/pull/7961/files
|