I have a python project where the size of the output executable is critical. And now the size of this file does not satisfy me.
Использую IDE - PyCharm Для сборки в исполняемый файл использую - Pyinstaller Версия Python - 3.6.5 Tell me, is there any tool that gives me all the dependencies of the project? So much so that if, for example, in some of the modules I use BeautifulSoup, which uses lxml, I was given information about both.
If there is something like this for PyCharm, I will be especially happy.