Skip to content

Commit

Permalink
Fix broken dependency
Browse files Browse the repository at this point in the history
I am not happy with Flask-WhooshAlchemy and I am probably gonna move
away from it sooner or later (looking at Flask-Whooshee).
  • Loading branch information
sh4nks committed Jun 21, 2016
1 parent 760437e commit 8a15e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Flask-Redis==0.1.0
Flask-Script==2.0.5
Flask-SQLAlchemy==2.1
Flask-Themes2==0.1.4
Flask-WhooshAlchemy==0.56
Flask-WTF==0.12
itsdangerous==0.24
Jinja2==2.8
Expand All @@ -44,4 +45,3 @@ Unidecode==0.4.19
Werkzeug==0.11.10
Whoosh==2.7.4
WTForms==2.1
https://github.com/jshipley/Flask-WhooshAlchemy/archive/master.zip#egg=Flask-Whooshalchemy
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def run_tests(self):
'Flask-Script',
'Flask-SQLAlchemy',
'Flask-Themes2',
'Flask-WhooshAlchemy',
'Flask-WTF',
'itsdangerous',
'Jinja2',
Expand Down Expand Up @@ -114,9 +115,6 @@ def run_tests(self):
'pytest-cov',
'pytest-random'
],
dependency_links=[
'https://github.com/jshipley/Flask-WhooshAlchemy/archive/master.zip#egg=Flask-WhooshAlchemy',
],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 8a15e3d

Please sign in to comment.