setup.py imports too much
derekschrock opened this issue · 0 comments
derekschrock commented
During build setup.py imports offlineimap which in turn imports more than necessary (distro, imaplib2, rfc6555, and sqlite3).
Should setup.py be using install_requries and setup_requires? This is important for package building systems such that extra packages aren't required during build time.