Generally, people wants to use PyInstaller to create a single file without dependencies (this is what should be supposed looking for specifics topics about the theme on the internet).
In my case, I want to keep a dependency. I have create a script for Selenium. I would like to not include the webdriver in the final executable. So, I can use the same executable for different versions of webdriver (such statement is to be tested yet).
How can I do it? How can I control dependencies when using PyInstaller?
Being specific: create only a single file except by webdriver to linked later.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…