🤖 Repository layout updated to latest version
Some checks failed
Test Python / Test (push) Has been cancelled
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:
parent
0c8e78e60d
commit
64a3761333
16
README.md
16
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
|
MIT License
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -146,8 +146,7 @@ REQUIREMENTS_MAIN = [
|
||||||
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
|
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
|
||||||
'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
|
'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
|
||||||
]
|
]
|
||||||
REQUIREMENTS_TEST = [
|
REQUIREMENTS_TEST = []
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user