From e5ebf9f0d4b7f0d1e844d98abcaf7af58807d1dc Mon Sep 17 00:00:00 2001 From: "A.K" Date: Tue, 14 Feb 2017 20:38:12 +0100 Subject: [PATCH] added pytz for error msg: No module named pytz --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9a7bc1d..7b7b258 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ requests==2.11.1 six==1.4.1 ptyprocess cryptography +pytz