Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteclover committed Mar 29, 2015
1 parent f7d3ba9 commit 616a593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -29,4 +29,4 @@
"Programming Language :: Python :: 2.7",
"Topic :: Scheduler"
)
)
)

0 comments on commit 616a593

Please sign in to comment.