2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

add in SSO for #1421

This commit is contained in:
Matthias
2021-08-24 19:12:43 +02:00
parent 28878b4b0d
commit 1311558cac
3 changed files with 11 additions and 1 deletions

View File

@ -34,5 +34,6 @@ python-barcode[images]==0.13.1 # Barcode generator
qrcode[pil]==6.1 # QR code generator
django-q==1.3.4 # Background task scheduling
django-formtools==2.3 # Form wizard tools
django-allauth==0.45.0 # SSO for external providers via OpenID
inventree # Install the latest version of the InvenTree API python library