From 505da62f2ad7f6839c07f22c5cc413d6ecd49600 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 8 Nov 2019 14:55:49 +0100 Subject: slimmed down methods (#4) * slimmed down config class + add start stop arguments to config class init * update requirements.txt * correctly apply custom timestamp to report functions too * init report methods earlier --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 785dc6e..8dec4df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -defusedxml -tabulate -dnspython +defusedxml>=0.6.0 +dnspython>=1.16.0 +tabulate>=0.8.5 \ No newline at end of file -- cgit v1.2.3-18-g5258