From bb5163b54d30bdced46e6f75ddc1676f8c5fef5d Mon Sep 17 00:00:00 2001 From: Six Date: Thu, 20 May 2010 22:12:29 -0400 Subject: fixed pavement --- pavement.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pavement.py b/pavement.py index ff49926..b880183 100644 --- a/pavement.py +++ b/pavement.py @@ -25,7 +25,7 @@ DOWNLOAD_URL = 'http://code.google.com/p/dodai/downloads/list' PY_VERSION_LOW = '2.6.0' PY_VERSION_HIGH = '3.0.0' PLATFORMS = ['Linux'] -SETUP_REQUIRES=['sqlalchemy'] +SETUP_REQUIRES=['sqlalchemy', 'chardet'] CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Environment :: Console', @@ -82,7 +82,7 @@ options( long_description=LONG_DESCRIPTION, license=LICENSE, setup_requires=SETUP_REQUIRES, - install_requires=[], + install_requires=['sqlalchemy', 'chardet'], platforms = PLATFORMS )) -- cgit v1.2.3