Add missing requirements

This commit is contained in:
Adam Hopkins 2023-09-07 10:53:23 +03:00
parent a7766de797
commit 36ea283b42
No known key found for this signature in database
GPG Key ID: 9F85EE6C807303FB
2 changed files with 5 additions and 1 deletions

View File

@ -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 */

View File

@ -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