From c44a861304f19f858aef93d9545786f1f7b8eb6d Mon Sep 17 00:00:00 2001 From: Jeroen Boonstra Date: Thu, 1 Feb 2018 08:52:41 +0100 Subject: [PATCH] Add pytz to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 686a83e..da57c39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,5 @@ qrcode==5.3 Flask-OAuthlib==0.9.3 dnspython>=1.12.0 python-saml==2.3.0 -pyOpenSSL>=0.15 \ No newline at end of file +pyOpenSSL>=0.15 +pytz>=2017.3