Skip to content

Commit

Permalink
Fix 'pip install .' (apache#4856)
Browse files Browse the repository at this point in the history
* Fix 'pip install .'

Fix error :
> flask-appbuilder 1.10.0 has requirement Flask-SQLAlchemy==2.1,
> but you'll have flask-sqlalchemy 2.3.2 which is incompatible.
> botocore 1.10.5 has requirement python-dateutil<2.7.0,>=2.1, but you'll
> have python-dateutil 2.7.2 which is incompatible.

* remove flask-sqlalchemy==2.1 from reqs.txt
  • Loading branch information
mistercrunch authored and michellethomas committed May 23, 2018
1 parent 426d5a9 commit 926222a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ flask-cache==0.13.1
flask-compress==1.4.0
flask-migrate==2.1.1
flask-script==2.0.6
flask-sqlalchemy==2.1
flask-testing==0.7.1
flask-wtf==0.14.2
flower==0.9.2
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def get_git_sha():
'flask-compress',
'flask-migrate',
'flask-script',
'flask-sqlalchemy',
'flask-testing',
'flask-wtf',
'flower', # deprecated
Expand Down

0 comments on commit 926222a

Please sign in to comment.