diff --git a/setup.py b/setup.py index 58486bc..b2110c9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # Non-.py files to distribute as part of each package 'lilac': ['assets/css/*','assets/js/*', 'views/*'] }, - install_requires = ['setuptools', 'solo', 'db'], + install_requires = ['setuptools', 'solo', 'dbpy'], test_suite='unittests', classifiers=( "Development Status :: Production/Alpha", @@ -29,4 +29,4 @@ "Programming Language :: Python :: 2.7", "Topic :: Scheduler" ) - ) \ No newline at end of file + )