From 2581c2b00a69eeaa9cf540ca4c4eaa4180eb9946 Mon Sep 17 00:00:00 2001 From: xzvf Date: Sun, 15 Dec 2019 20:29:42 +0100 Subject: [PATCH] Added missing dependencies for py.test to req.txt Without there dependencies, which are not installed with the original requirements.txt, on a fresh python 3.8 venv (on GNU/Linux), py.test will not work. --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 33ae7a9d..eb1437dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,7 @@ pypandoc pytest-benchmark pytest-docker-pexpect twine +psutil +colorama +decorator +pyte