Draft: Clean up installation of dependenicies
@hernan68 Please consider to remove repetitive installation of packages in [options.extra_require]
which get already installed by install_requires
in setup.cfg
. I furthermore suggest to remove pytest>=4.6
and pytest-cov>=2.12.0
from install_requires
.