I have to admit, I don't entirely know how setup.py works. But I have checked a lot of the packages listed in install_requires, and there are several packages where I can't find a single usage in current code. I know at least some of them were used years ago, but they can hopefully be removed from requirements now without any ill effect.
I have to admit, I don't entirely know how setup.py works. But I have checked a lot of the packages listed in
install_requires, and there are several packages where I can't find a single usage in current code. I know at least some of them were used years ago, but they can hopefully be removed from requirements now without any ill effect.