PandasToPowerpoint icon indicating copy to clipboard operation
PandasToPowerpoint copied to clipboard

Redundancy: requirements.txt and setup.py

Open dgahle opened this issue 3 years ago • 0 comments

Package installation using the setup.py checks for package dependencies required (pandas, six, python-pptx) and installs them if missing. Thus installing the same modules from requirements.txt is redundant.

requirements-tests.txt could be made redundant by adding {} to setup.py as well. Though I appreciate that you might want to keep these separate.

I would be happy to make the change and submit a PR.

dgahle avatar Jan 10 '22 10:01 dgahle