You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to work with latest environment and libraries (#630)
* Remove jinja2.ext.with_ .
It's a no-op since 2.9 and removed since 3.1 .
https://jinja.palletsprojects.com/en/3.0.x/extensions/#with-statement
* Lock aiohttp version to 3.7.4 since 3.8.0+ introduced ill behavior.
aio-libs/aiohttp#5572
* Use misaka for markdown rendering since hoedown is incompatible with latest Python.
* Fix aiomongo to work with pymongo 3.5 .
* Unlimit Python version and limit MongoDB version.
* Allow range for aiohttp version.
* Add Python 3.9 to test.yml .
* Bump Python version requirement to 3.6 since cffi won't install easily on 3.5 .
* Update README.md .
* Use escape and Markup from markupsafe since it's removed from jinja2 since 3.1.0 .
0 commit comments