Skip to content

Optional dependencies for transports #147

Closed
@leszekhanusz

Description

@leszekhanusz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions