Skip to content

Commit

Permalink
As temporary measure, limit new installations SQLAlchemy to 0.7.4 due…
Browse files Browse the repository at this point in the history
… problems/changes in 0.7.5. Refs Flexget#1477.

git-svn-id: http://svn.flexget.com/trunk@2691 3942dd89-8c5d-46d7-aeed-044bccf3e60c
  • Loading branch information
paranoidi committed Jan 31, 2012
1 parent ba3a9d9 commit 39e79b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -24,7 +24,7 @@
author_email='marko.koivusalo@gmail.com',
license='MIT',
url='http://flexget.com',
install_requires=['FeedParser>=5.1', 'SQLAlchemy >=0.7, <0.8', 'PyYAML', 'BeautifulSoup>=3.2, <3.3',
install_requires=['FeedParser>=5.1', 'SQLAlchemy==0.7.4', 'PyYAML', 'BeautifulSoup>=3.2, <3.3',
'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'jinja2', 'flask', 'cherrypy',
'requests>=0.9.1, <0.10'],
packages=find_packages(exclude=['tests']),
Expand Down

0 comments on commit 39e79b2

Please sign in to comment.