From 69936f3f6fe400bb21b86ea6e22e1dc030c1c415 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 1 Jun 2023 18:55:41 -0300 Subject: [PATCH] (feat) add pyyaml --- environment_conda.yml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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