From e73afbd57fa1b1bf676feebee059e4de6b52c661 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 2 Dec 2013 13:36:55 -0600 Subject: [PATCH] Including python-dateutil in our dependency list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3d84065b..98d1add7 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ try: include_package_data = True, # scripts and dependencies install_requires=[ + 'python-dateutil', 'setuptools', 'PasteScript', 'wtforms', -- 2.25.1