1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
4057795418 🤖 Bumped version to 0.1.11
Some checks failed
Package Python / Package (push) Successful in 21s
Test Python / Test (push) Failing after 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-13 22:03:04 +02:00
97d897683a 🤖 Repository layout updated to latest Python version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-13 22:01:55 +02:00
8cad063f31
Remember frozendict 2024-06-13 00:17:16 +02:00
4 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
# Program specific
/output/
/deps/
/secrets/
/secrets
/private_deps/
/data/
/config/

View File

@ -1 +1 @@
__version__ = '0.1.10'
__version__ = '0.1.11'

View File

@ -1,4 +1,5 @@
enforce-typing
python-kucoin
krakenex
frozendict
fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git

View File

@ -51,6 +51,7 @@ REQUIREMENTS_MAIN = """
enforce-typing
python-kucoin
krakenex
frozendict
fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git
"""