From 551fb6d164fb8f4011bd9f2baf76c65ee2905ba3 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Wed, 8 Jan 2020 12:07:35 +0100
Subject: [PATCH] Fixed broken dependency

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

diff --git a/api/requirements/local.txt b/api/requirements/local.txt
index d8cc4d4e..65023b6b 100644
--- a/api/requirements/local.txt
+++ b/api/requirements/local.txt
@@ -15,5 +15,6 @@ profiling
 
 asynctest==0.12.2
 aioresponses==0.6.0
+line_profiler<3
 https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
 django-silk
-- 
GitLab