pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
234 stars 70 forks source link

Update setup.py #113

Closed microhuang closed 7 years ago

microhuang commented 8 years ago

install_requires eve 0.5+

microhuang commented 8 years ago

Verification is not passed, get an error "'Unauthorized'object has no attribute'response' AttributeError:", "error" is "werkzeug.exceptions.Unauthorized", it does not have the response attribute

dkellner commented 7 years ago

Pinning Eve's version to <0.6 is correct, as the current master branch / 0.4 is not working properly with Eve 0.6. 0.5 will be released soon and it will support Eve 0.6.