From: Christopher Allan Webber Date: Mon, 2 Dec 2013 19:36:55 +0000 (-0600) Subject: Including python-dateutil in our dependency list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e73afbd57fa1b1bf676feebee059e4de6b52c661;p=mediagoblin.git Including python-dateutil in our dependency list --- 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',