mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Update package requirements for docker (#3285)
* Include cargo / rustc in the docker image - Otherwise cryptography library seems to fail * Revert cryptography lib to older version - New version requires rust, adds ~300MB to the image size!
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# Please keep this list sorted - if you pin a version provide a reason
|
||||
Django<4 # Django package
|
||||
coreapi # API documentation for djangorestframework
|
||||
cryptography==3.4.8 # 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