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

reintroduce otp

This commit is contained in:
Matthias Mair
2024-01-21 15:36:14 +01:00
parent 997b664f8b
commit 94473f3d41
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ django-sql-utils # Advanced query annotation / aggregatio
django-sslserver # Secure HTTP development server
django-stdimage # Advanced ImageField management
django-taggit # Tagging support
django-otp==1.2.4 # Two-factor authentication (legacy to ensure migrations) https://github.com/inventree/InvenTree/pull/6293
django-user-sessions # user sessions in DB
django-weasyprint # django weasyprint integration
djangorestframework # DRF framework