--include-packages is not meant for python packages, but instead Flutter packages. More info here.
To specify the requests package (or any other python dependency), you can create either a requirements.txt or pyproject.toml which contains your these. More info here. Example.