### Have you searched if there an existing issue for this? - [x] I have searched the existing issues ### Python version (python --version) Python 3.13 ### Scrapling version (scrapling.__version__) 0.3 ### Dependencies version (pip3 freeze) skip ### What's your operating system? Windows 10 ### Are you using a separate virtual environment? Yes ### Expected behavior ```shell > uvx scrapling install install success ``` ### Actual behavior ```shell > uvx scrapling install ModuleNotFoundError: No module named 'IPython' > uvx scrapling[shell] install install success ``` ### Steps To Reproduce _No response_