diff --git a/setup.py b/setup.py index bc6f417..d12b176 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'SQLAlchemy >=0.9.7, <1.0', + 'SQLAlchemy >=0.9.7', 'whoosh >=2.5, <2.7', 'markdown', 'construct',