From cbffdf7f216dbbed12ce79841d2601e4ad261989 Mon Sep 17 00:00:00 2001 From: Denis Zgonjanin Date: Wed, 30 Sep 2015 09:29:13 -0400 Subject: [PATCH] unfix SQLAlchemy version, to not conflict with latest CKAN --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b467c0c..ecd0b2a 100644 --- a/setup.py +++ b/setup.py @@ -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