Closed
Description
Currently, the latest version installs all the dependencies necessary for all the underlying transports:
- requests
- websockets
- aiohttp
It should be possible to install gql without all the dependencies if we only use one transport!
My first idea was to try that by default, all the dependencies are added, but that it could be possible to remove dependencies if you only need one transport.
Apparently this is not possible
Please comment if you have an idea.