Skip to content

Commit

Permalink
Merge pull request #37 from swordapp/werkzeug-fix
Browse files Browse the repository at this point in the history
Pin werkzeug at <1.0, due to flask-oauthlib incompatibility.
  • Loading branch information
alexdutton authored Feb 23, 2020
2 parents c628682 + 257bd4d commit cfd7d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ before_install:

install:
- pip install tox-travis pre-commit pytest pytest-cov codecov sphinx
- pip install elasticsearch invenio-access invenio-search flask-oauthlib elasticsearch-dsl invenio-app
- pip install elasticsearch invenio-access invenio-search flask-oauthlib elasticsearch-dsl invenio-app 'werkzeug<1.0'
- pip install -e 'git+https://github.com/swordapp/sword3-common.py.git#egg=sword3common'
- pip install -e .[$EXTRAS]

Expand Down

0 comments on commit cfd7d43

Please sign in to comment.