Tox dependency update for mistune

added mistune to the dependencies for tox testing

Signed-off-by: Darren Nathanael <github@darrennathanael.com>
This commit is contained in:
Darren Nathanael 2024-12-04 03:03:27 +07:00
parent afac29cd2f
commit ef1b2caeda
No known key found for this signature in database
GPG key ID: 5D1D163C5A189F40

View file

@ -21,6 +21,8 @@ deps=
django-31: django>=3.1,<3.2
django-32: django>=3.2,<4.0
django-40: django>=4.0,<4.1
# Add mistune to dependencies
mistune>=3.0.0
[testenv:coverage_setup]
skip_install = True