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

Dep updates (#4176)

* test bumping deps

* bump dep file

* readd old pointer

* update pre-commit

* update req

* update dev req
This commit is contained in:
Matthias Mair
2023-01-08 22:23:43 +01:00
committed by GitHub
parent be859183a5
commit ccf784d36c
4 changed files with 103 additions and 106 deletions

View File

@ -2,7 +2,7 @@
Django>=3.2.14,<4 # Django package
coreapi # API documentation for djangorestframework
cryptography==3.4.8 # Core cryptographic functionality
django-allauth==0.52.0 # SSO for external providers via OpenID
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