diff --git a/.gitignore b/.gitignore index 097a49a..41180b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Program specific /output/ /deps/ -/secrets/ +/secrets /private_deps/ /data/ /config/ diff --git a/setup.py b/setup.py index debddb7..59723c8 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ REQUIREMENTS_MAIN = """ enforce-typing python-kucoin krakenex +frozendict fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git """