1
0

🤖 Repository layout updated to latest Python version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-06-13 22:01:55 +02:00
parent 8cad063f31
commit 97d897683a
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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