Including python-dateutil in our dependency list
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Dec 2013 19:36:55 +0000 (13:36 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Dec 2013 19:36:55 +0000 (13:36 -0600)
setup.py

index 3d84065b34aba75f61ff4e21296abc2bad3668f1..98d1add751c33daa05842cc17e5bcff2eb7b7d4a 100644 (file)
--- 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',