From 85200a632257e60945c3d5db02b98c0645c75cf3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 21 Nov 2023 21:33:53 +0100 Subject: [PATCH] add icecream to requirements for debugging --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c10699b..66c69c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pytest pytest-playwright -python-dotenv \ No newline at end of file +python-dotenv +icecream \ No newline at end of file