1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
1de9c9b14a 🤖 Bumped version to 0.1.47
Some checks failed
Package Python / Package (push) Successful in 24s
Run Python tests (through Pytest) / Test (push) Successful in 30s
Python Ruff Code Quality / ruff (push) Failing after 21s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 26s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-12-02 18:29:17 +01:00
65865baaee 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-12-02 18:29:09 +01:00
3 changed files with 3 additions and 1 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

@ -1 +1 @@
__version__ = '0.1.46'
__version__ = '0.1.47'

View File

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