Hi, I am trying to package an existing Python application using PyInstaller, but I'm unable to find out how to specify the required version of each dependency.
I am using poetry to manage dependencies, so I have a pyproject.toml with the major dependencies of my project and a poetry.lock file that specifies for all direct and indirect dependencies which version is necessary for my project to work; this information cannot possibly be extracted from inspecting the import statements in all the Python files. Ideally I would skip the auto-detection feature and use the poetry.lock file to tell PyInstaller which dependencies to bundle, or as a fallback I would like to tell PyInstaller which versions to use of certain hidden import modules on the command line, is such a thing possible? Thanks Tobias -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CAPH-c_Pqcw0V9Qhhaa8CXCAVgLfbK620W9jfcoJBMMoj92TM2g%40mail.gmail.com.
