mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: force pycoingecko to be > 3.2.0
that's the first version supporting demo API keys
This commit is contained in:
@@ -44,7 +44,7 @@ dependencies = [
|
|||||||
"pandas-ta",
|
"pandas-ta",
|
||||||
"technical",
|
"technical",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
"pycoingecko",
|
"pycoingecko>=3.2.0",
|
||||||
"py_find_1st",
|
"py_find_1st",
|
||||||
"python-rapidjson",
|
"python-rapidjson",
|
||||||
"orjson",
|
"orjson",
|
||||||
|
|||||||
Reference in New Issue
Block a user