diff --git a/environment_conda.yml b/environment_conda.yml index fcb3c61..50e5c45 100644 --- a/environment_conda.yml +++ b/environment_conda.yml @@ -14,4 +14,5 @@ dependencies: - glom - defillama - statsmodels - - pandas_ta \ No newline at end of file + - pandas_ta + - pyyaml diff --git a/requirements.txt b/requirements.txt index 3d01a8c..eda1c5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ - defillama - statsmodels - pandas_ta -- sqlalchemy \ No newline at end of file +- sqlalchemy +- pyyaml \ No newline at end of file