diff --git a/pyproject.toml b/pyproject.toml index 5a9fea215..76eac4d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,6 +126,12 @@ jupyter = [ "ipykernel", "nbconvert", ] +all = [ + "freqtrade[plot,hyperopt,freqai,freqai_rl,hdf5,jupyter]", +] +dev = [ + "freqtrade[all,develop]", +] [project.urls] Homepage = "https://github.com/freqtrade/freqtrade"