From fc3db2d29c2617e881a51d60c8ad3ce565f7b061 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Nov 2024 07:12:17 +0100 Subject: [PATCH] chore: force pycoingecko to be > 3.2.0 that's the first version supporting demo API keys --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5472d554..bb4575553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pandas-ta", "technical", "tabulate", - "pycoingecko", + "pycoingecko>=3.2.0", "py_find_1st", "python-rapidjson", "orjson",