Added SQLAlchemy to setup.py and fixed a typo in .gitignore.
[zzz-pokedex.git] / setup.py
index edd8053..d6557d3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,6 +4,7 @@ setup(
     version = '0.1',
     packages = find_packages(),
     package_data = { '': 'data' },
+    install_requires=['SQLAlchemy>=0.5.1'],
 
     entry_points = {
         'console_scripts': [