1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-12-02 18:29:09 +01:00
parent 9fe7fbbcde
commit 65865baaee
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -119,6 +119,7 @@ REQUIREMENTS_MAIN = [
'krakenex',
'frozendict',
'fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
'dataclassabc',
]
REQUIREMENTS_TEST = [
'pytest',