mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Cryptography version update (#4568)
* Update required cryptography library version * remove old env variable from dockerfile - Was required when we based on alpine linux - now we use python_slim * Fix file contents
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Please keep this list sorted - if you pin a version provide a reason
|
||||
Django>=3.2.14,<4 # Django package
|
||||
coreapi # API documentation for djangorestframework
|
||||
cryptography==3.4.8 # Core cryptographic functionality
|
||||
cryptography>=40.0.0 # 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
|
||||
|
Reference in New Issue
Block a user