From 65865baaee48c9bd74556adf37894611efb3ad4c Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Mon, 2 Dec 2024 18:29:09 +0100 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 | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index df59165..0283f35 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Full list of requirements: - [krakenex](https://pypi.org/project/krakenex/) - [frozendict](https://pypi.org/project/frozendict/) - [fin-defs](https://gitfub.space/Jmaa/fin-defs) +- [dataclassabc](https://pypi.org/project/dataclassabc/) ## License diff --git a/setup.py b/setup.py index 35b3fa6..95178ec 100644 --- a/setup.py +++ b/setup.py @@ -119,6 +119,7 @@ REQUIREMENTS_MAIN = [ 'krakenex', 'frozendict', 'fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git', + 'dataclassabc', ] REQUIREMENTS_TEST = [ 'pytest',