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(