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 | b62de364bbda7ef31a43addb8dd5293bb1c4cede (patch) | |
tree | 673220d876170aec04f454b383ad274ea0645690 /pyproject.toml | |
parent | 49e3edec9627cd6c076c549a1bdd0aad9287312e (diff) | |
parent | c80825fd2500bc3044e00b7361a71f4cea2813e3 (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] |