Skip to content

Lock down Flask version#690

Open
kevinburkefreenome wants to merge 2 commits intojfinkels:masterfrom
kevinburkefreenome:lock-down-flask
Open

Lock down Flask version#690
kevinburkefreenome wants to merge 2 commits intojfinkels:masterfrom
kevinburkefreenome:lock-down-flask

Conversation

@kevinburkefreenome
Copy link
Copy Markdown

This project is not compatible with Flask 1, I don't think.

Comment thread setup.py
#: The installation requirements for Flask-Restless. Flask-SQLAlchemy is not
#: required, so the user must install it explicitly.
REQUIREMENTS = ['flask>=0.10', 'sqlalchemy>=0.8', 'python-dateutil>2.2']
REQUIREMENTS = ['flask>=0.10,<=0.12.4', 'sqlalchemy>=0.8', 'python-dateutil>2.2']
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (81 > 79 characters)

Currently Travis CI builds are failing with a message asking us to
install the binary version, so let's give that a try.

Remove Python 2.6 and Python 3.3 from the build matrix, as those
versions are not supported by the core team or Sphinx.
This project is not compatible with Flask 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants