2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-07 03:50:52 +00:00

fix(backend): remove coreapi (#10051)

* remove coreapi
Fixes coreapi warning #10021

* re-add jinja
This commit is contained in:
Matthias Mair
2025-07-21 23:35:36 +02:00
committed by GitHub
parent dbf11d4b01
commit 48ea6a1d26
2 changed files with 3 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
# Please keep this list sorted - if you pin a version provide a reason
Django<5.0 # Django package
blessed # CLI for Q Monitor
coreapi # API documentation for djangorestframework
cryptography>=44.0.0 # Core cryptographic functionality
django-anymail[amazon_ses,postal] # Email backend for various providers
django-allauth[mfa,socialaccount,saml,openid] # SSO for external providers via OpenID
@@ -38,6 +37,7 @@ docutils # Documentation utilities for auto admin
drf-spectacular # DRF API documentation
feedparser # RSS newsfeed parser
gunicorn # Gunicorn web server
jinja2 # Jinja2 templating engine
pdf2image # PDF to image conversion
pillow # Image manipulation
pint # Unit conversion