diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-12-25 20:20:25 -0500 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-12-25 20:20:25 -0500 |
commit | ae4de0d0ae7828b60b76bb05cbb76c36a2986b40 (patch) | |
tree | 8b3097ee781540ae2d1146f3e32fc36d60ff19ba /pyproject.toml | |
parent | 84b1d539f71e1a7ccfa8749170f3349e6fc73545 (diff) |
blog2mastodon
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 d930204..4f267bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ python = "^3.9" Jinja2 = "^3.1.2" markdown2 = "^2.4.3" Pygments = "^2.12.0" +"Mastodon.py" = "^1.8.0" [tool.poetry.dev-dependencies] |