From 785d180451e4346c2211f4cc6a0fe91a0648c60f Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Mon, 7 Mar 2016 19:18:14 +0530 Subject: [PATCH] Added missing library in requirementsXXX.txt used by the preferences utility. --- requirements_py2.txt | 1 + requirements_py3.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements_py2.txt b/requirements_py2.txt index 8dc6caac9..34b8ba804 100644 --- a/requirements_py2.txt +++ b/requirements_py2.txt @@ -28,3 +28,4 @@ pycrypto==2.6.1 wsgiref==0.1.2 simplejson==3.6.5 importlib==1.0.3 +python-dateutil==2.5.0 diff --git a/requirements_py3.txt b/requirements_py3.txt index 45044031f..3a3df6a36 100644 --- a/requirements_py3.txt +++ b/requirements_py3.txt @@ -26,3 +26,4 @@ six==1.9.0 speaklater==1.3 pycrypto==2.6.1 simplejson==3.6.5 +python-dateutil==2.5.0