1
0

Compare commits

..

No commits in common. "40577954189cd04cc39ff9e97c24e43c912d2bb0" and "e557661592a59cb1a041220c7ec751e80187e61a" have entirely different histories.

4 changed files with 2 additions and 4 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.11'
__version__ = '0.1.10'

View File

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

View File

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