diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 22:50:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 22:50:25 -0600 |
commit | 721c68798ec957b7874ebe8b0525b20375f8ce37 (patch) | |
tree | b2813c98907fc7268252f0ab038ed92c812f7a89 /pyproject.toml | |
parent | 9e620084e57378952c1a7f8e0a772ebebd18932b (diff) | |
parent | 01ff93c9c16867216f2d249664803860e1d6d5eb (diff) |
Merge pull request #18 from navanchauhan/hyde-theme-port
Hyde theme port
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index fc7a960..84abe8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ Pillow = "10.0.1" requests = "^2.31.0" certifi = "^2023.7.22" urllib3 = "^2.0.7" +latex2mathml = "^3.77.0" [tool.poetry.dev-dependencies] |