From c027c90e7461e2571b3dc93ddcb01849c9798d10 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 4 Feb 2020 11:05:02 +0100
Subject: [PATCH] Disabled some undeeded dependencies

---
 api/requirements/local.txt | 8 ++++----
 api/requirements/test.txt  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/api/requirements/local.txt b/api/requirements/local.txt
index 65023b6b58..3520b2e672 100644
--- a/api/requirements/local.txt
+++ b/api/requirements/local.txt
@@ -11,10 +11,10 @@ django-debug-toolbar>=1.11,<1.12
 ipdb==0.11
 prompt_toolkit<3
 black
-profiling
+#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
+#line_profiler<3
+#https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
+#django-silk
diff --git a/api/requirements/test.txt b/api/requirements/test.txt
index 508b1c689b..3703ba6883 100644
--- a/api/requirements/test.txt
+++ b/api/requirements/test.txt
@@ -10,4 +10,4 @@ pytest-cov
 pytest-env
 requests-mock
 pytest-randomly
-pytest-profiling<1.4
+#pytest-profiling<1.4
-- 
GitLab