Including python-dateutil in our dependency list

This commit is contained in:
Christopher Allan Webber 2013-12-02 13:36:55 -06:00
parent 26990bc0e0
commit e73afbd57f

View File

@ -41,6 +41,7 @@ try:
include_package_data = True,
# scripts and dependencies
install_requires=[
'python-dateutil',
'setuptools',
'PasteScript',
'wtforms',