1
0

🤖 Repository layout updated to latest version
Some checks failed
Test Python / Test (push) Has been cancelled

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-10-01 09:32:39 +02:00
parent 0c8e78e60d
commit 64a3761333
2 changed files with 16 additions and 3 deletions

View File

@ -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

View File

@ -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(