mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-12-23 23:23:06 +11:00
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:
parent
afac29cd2f
commit
ef1b2caeda
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
@ -21,6 +21,8 @@ deps=
|
||||||
django-31: django>=3.1,<3.2
|
django-31: django>=3.1,<3.2
|
||||||
django-32: django>=3.2,<4.0
|
django-32: django>=3.2,<4.0
|
||||||
django-40: django>=4.0,<4.1
|
django-40: django>=4.0,<4.1
|
||||||
|
# Add mistune to dependencies
|
||||||
|
mistune>=3.0.0
|
||||||
|
|
||||||
[testenv:coverage_setup]
|
[testenv:coverage_setup]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
|
|
Loading…
Reference in a new issue