From 11e1bca05e12b1e7abaa63fa76f5877217a2ccc9 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 2 Jan 2020 13:52:27 +0100
Subject: [PATCH] [Tests] List dependencies in security lint tests

---
 tox.ini | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index fab03be76..fa8e3771f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,9 @@ commands =
     poetry run flake8 {posargs} biscuit/ apps/official/
 
 [testenv:security]
-commands = poetry run safety check --full-report
+commands =
+    poetry show --no-dev
+    poetry run safety check --full-report
 
 [testenv:build]
 commands_pre =
-- 
GitLab