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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user