okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
333 stars 84 forks source link

Fix tests and bump reqs #1368

Closed ja5087 closed 5 years ago

ja5087 commented 5 years ago

Werkzeug>=0.15 doesn't support flask below 1.0. Flask-restful also started specifying the optional charset=utf-8 for image/svg+xml so tests were fixed. I tested manually a few common tasks and they seem to work fine.

Please merge after #1367