IACR / latex-submit

Web server to receive uploaded LaTeX and execute it in a docker container.
GNU Affero General Public License v3.0
11 stars 0 forks source link

flask-login dependencies #51

Closed kmccurley closed 9 months ago

kmccurley commented 11 months ago

Apparently changes in werkzeug and flask have broken flask_login. See https://github.com/maxcountryman/flask-login/issues/744

In order to fix this temporarily, I have frozen werkzeug and flask at older versions.

kmccurley commented 9 months ago

This appears to have been fixed with flask_login version 0.6.3.