From 64a37613337067ed429183fd6c91b40d7b5c8ea1 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Tue, 1 Oct 2024 09:32:39 +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 | 16 +++++++++++++++- setup.py | 3 +-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7e1ced..8e612cd 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,21 @@ most mature on the danish market, and does support KuCoin. -# License +## Dependencies + +All requirements can be installed easily using: + +```bash +pip install -r requirements.txt +``` + +Full list of requirements: +- [secret_loader](https://gitfub.space/Jmaa/secret_loader) +- [fin_defs](https://gitfub.space/Jmaa/fin-defs) +- [fin_depo](https://gitfub.space/Jmaa/fin-depo) + + +## License ``` MIT License diff --git a/setup.py b/setup.py index 4596683..b70c0d1 100644 --- a/setup.py +++ b/setup.py @@ -146,8 +146,7 @@ REQUIREMENTS_MAIN = [ 'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git', 'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git', ] -REQUIREMENTS_TEST = [ -] +REQUIREMENTS_TEST = [] setup(