From 578d2bd1c93e7a251164009e9efecc4088410c58 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sat, 26 Oct 2024 11:28:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 890b466..c2fb709 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Full list of requirements: - [frozendict](https://pypi.org/project/frozendict/) - [python-kucoin](https://pypi.org/project/python-kucoin/) - [krakenex](https://pypi.org/project/krakenex/) +- [frontmatter](https://pypi.org/project/frontmatter/) +- [marko](https://pypi.org/project/marko/) - [fin-depo](https://gitfub.space/Jmaa/fin-depo) - [secret_loader](https://gitfub.space/Jmaa/secret_loader) - [requests-util](https://gitfub.space/Jmaa/requests_util) diff --git a/setup.py b/setup.py index 490212d..1502fa5 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,8 @@ REQUIREMENTS_MAIN = [ 'frozendict', 'python-kucoin', 'krakenex', + 'frontmatter', + 'marko', 'fin-depo @ git+https://gitfub.space/Jmaa/fin-depo.git', 'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader', 'requests-util @ git+https://gitfub.space/Jmaa/requests_util',