2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Update dependencies (#4368)

* update reqs

* bump pre-commit

* remove bugbear
This commit is contained in:
Matthias Mair
2023-02-19 11:33:04 +01:00
committed by GitHub
parent e78161bd00
commit 32be1b2035
4 changed files with 163 additions and 74 deletions

View File

@ -6,7 +6,7 @@ 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 # Form helpers
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