Skip to content

Conversation

kevinburkefreenome
Copy link

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

@@ -43,7 +43,7 @@

#: 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']

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