Simplify FEDOT installation
The current installation of FEDOT is quite long and heavy-weight.
To resolve it, the default set of requirements (used during pip install fedot) for FEDOT should be configured tabular/ts only. Images/texts preset should be moved to advansed set of requirements (pip install fedot[Full]).
Useful info:
Optiomal reqquirements https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-setuptools-extras
To setup.py: