1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
090b854f66 🤖 Bumped version to 0.1.40
Some checks failed
Build Python Container / Package-Container (push) Successful in 1m26s
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Failing after 30s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-26 00:58:37 +02:00
03b82f1363 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-26 00:58:16 +02:00
305e6c750b
Fixed requirements file 2024-08-26 00:28:51 +02:00
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.1.39'
__version__ = '0.1.40'

View File

@ -9,3 +9,4 @@ python-kucoin
krakenex
fin-depo @ git+https://gitfub.space/Jmaa/fin-depo.git
secret_loader @ git+https://gitfub.space/Jmaa/secret_loader
requests-util @ git+https://gitfub.space/Jmaa/requests_util

View File

@ -76,6 +76,7 @@ REQUIREMENTS_MAIN = [
'krakenex',
'fin-depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader',
'requests-util @ git+https://gitfub.space/Jmaa/requests_util',
]
REQUIREMENTS_TEST = [
'pytest',