Add missing requirements
This commit is contained in:
parent
a7766de797
commit
36ea283b42
|
@ -22,6 +22,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
||||||
.cs { color: #a2a2a2; font-style: italic } /* Comment.Special */
|
.cs { color: #a2a2a2; font-style: italic } /* Comment.Special */
|
||||||
.gd { color: #777777 } /* Generic.Deleted */
|
.gd { color: #777777 } /* Generic.Deleted */
|
||||||
.ge { color: #777777 } /* Generic.Emph */
|
.ge { color: #777777 } /* Generic.Emph */
|
||||||
|
.ges { color: #777777 } /* Generic.EmphStrong */
|
||||||
.gr { color: #777777 } /* Generic.Error */
|
.gr { color: #777777 } /* Generic.Error */
|
||||||
.gh { color: #777777 } /* Generic.Heading */
|
.gh { color: #777777 } /* Generic.Heading */
|
||||||
.gi { color: #777777 } /* Generic.Inserted */
|
.gi { color: #777777 } /* Generic.Inserted */
|
||||||
|
|
|
@ -2,4 +2,7 @@ sanic>=23.6.*
|
||||||
sanic-ext>=23.6.*
|
sanic-ext>=23.6.*
|
||||||
msgspec
|
msgspec
|
||||||
python-frontmatter
|
python-frontmatter
|
||||||
mistune
|
pygments
|
||||||
|
docstring-parser
|
||||||
|
libsass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user