Upgrading to this version will see you first install ScreenPy slightly differently. To get the same features, your install will change like this:
pip install screenpy
⇩ to
pip install screenpy[selenium,requests,allure]
I think it's worth pointing out that users could also install the sub-packages they want directly from pip, since they automatically include screenpy as a dependency.
Reading through the deprecation documentation for 4.0.0 it states the following:
I think it's worth pointing out that users could also install the sub-packages they want directly from pip, since they automatically include
screenpy
as a dependency.