Add SQLAlchemy to requirements list

master
Dustin 2015-02-15 22:52:37 -06:00
parent 4b5567c35c
commit 30d8dd1633
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ setup(
package_dir={'': 'src'},
install_requires=[
'Milla',
'SQLAlchemy',
],
)