CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
151 stars 33 forks source link

Ben deps #310

Closed benfoley closed 1 year ago

benfoley commented 1 year ago

Pinned two dependencies that broke Flask and Jinja.

MarkupSafe = "2.0.1"
itsdangerous = "2.0.1"

Long-term we should update Flask and Jinja, but that will involve more headspace than I have atm.