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

Bump django version (#3299)

This commit is contained in:
Oliver
2022-07-06 10:10:09 +10:00
committed by GitHub
parent 0787264930
commit 412fdf246a
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Please keep this list sorted - if you pin a version provide a reason
Django<4 # Django package
Django>=3.2.14,<4 # Django package
coreapi # API documentation for djangorestframework
cryptography==3.4.8 # Core cryptographic functionality
django-allauth # SSO for external providers via OpenID