setup.py install_requires built-in package: include or omit? – CentOS
I have a python package I made. It uses datetime in multiple places. I notice that on a brand-new python install, I can do import datetime without issue. Thus, python comes with datetime built-in. If I put datetime in my…