aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2019-11-08 14:55:49 +0100
committerGitHub <noreply@github.com>2019-11-08 14:55:49 +0100
commit505da62f2ad7f6839c07f22c5cc413d6ecd49600 (patch)
treea78a7222db96ab1fb468b16b9ae246ba5a971ddc /requirements.txt
parentb957dbc82c551c9119e77bcce6fc868ca1d09320 (diff)
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
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