2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Remove django-allauth-2fa

Fixes #6281
This commit is contained in:
Matthias Mair
2024-01-19 18:07:07 +01:00
parent 4f8dddc597
commit 15c688074e
3 changed files with 45 additions and 8 deletions

View File

@ -3,7 +3,6 @@ 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