From 416987a172583f35e641191b26d20fa13266a0d6 Mon Sep 17 00:00:00 2001 From: Mickael Date: Fri, 30 Aug 2019 21:40:37 +0200 Subject: [PATCH] add dependency pytz --- scripts/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index b45bc34..9b1b7d3 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,3 @@ rocketchat_API==0.6.34 -MonthDelta==0.9.1 \ No newline at end of file +MonthDelta==0.9.1 +pytz==2019.2 \ No newline at end of file