From 65c6c3edddae7df0c888adf2b187a34849608d14 Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sat, 13 Jun 2020 21:27:43 +0000
Subject: [PATCH] Added logging_tree to the requirements list.  - Legacy-Id:
 17978

---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 88257d323..ecaeab5e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -35,6 +35,7 @@ httplib2>=0.10.3
 # jsonfield 3.x and higher requires Django 2.2 or higher
 jsonfield>=1.0.3,<3.0		# for SubmissionCheck.  This is https://github.com/bradjasper/django-jsonfield/.
 jwcrypto>=0.4.0			# for signed notifications
+logging_tree>=1.8.1
 #lxml>=3.4.0                    # from PyQuery; 
 markdown2>=2.3.8
 mock>=2.0.0