mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
add back mptt to requirements
This commit is contained in:
parent
a8c9d87a5c
commit
786394fbe8
@ -30,6 +30,10 @@ django-graphiql-debug-toolbar
|
||||
# https://github.com/matthiask/django-tree-queries/blob/main/CHANGELOG.rst
|
||||
django-tree-queries
|
||||
|
||||
# Modified Preorder Tree Traversal (recursive nesting of objects)
|
||||
# https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
|
||||
django-mptt
|
||||
|
||||
# Context managers for PostgreSQL advisory locks
|
||||
# https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
|
||||
django-pglocks
|
||||
|
@ -5,6 +5,7 @@ django-cors-headers==3.14.0
|
||||
django-debug-toolbar==4.0.0
|
||||
django-filter==23.2
|
||||
django-graphiql-debug-toolbar==0.2.0
|
||||
django-mptt==0.14
|
||||
django-pglocks==1.0.4
|
||||
django-prometheus==2.3.1
|
||||
django-redis==5.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user