Skip to content

Commit

Permalink
unfix SQLAlchemy version, to not conflict with latest CKAN
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszgonjanin committed Sep 30, 2015
1 parent 490ce50 commit cbffdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files
install_requires=['APScheduler==2.1.2', 'Flask==0.9', 'SQLAlchemy==0.7.8', 'requests==2.5.0', 'flask-admin', 'flask-login==0.3.0'],
install_requires=['APScheduler==2.1.2', 'Flask==0.9', 'SQLAlchemy', 'requests==2.5.0', 'flask-admin', 'flask-login==0.3.0'],

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
Expand Down

0 comments on commit cbffdf7

Please sign in to comment.