File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ Less dependencies
26
26
^^^^^^^^^^^^^^^^^
27
27
28
28
GQL supports multiple :ref: `transports <transports >` to communicate with the backend.
29
- Each transport can each necessitate specific dependencies.
30
- If you only need one transport, instead of using the "`all `" extra dependency
31
- as described above which installs everything,
32
- you might want to install only the dependency needed for your transport.
29
+ Each transport can necessitate specific dependencies.
30
+ If you only need one transport you might want to install only the dependency needed for your transport,
31
+ instead of using the "`all `" extra dependency as described above, which installs everything.
33
32
34
33
If for example you only need the :ref: `AIOHTTPTransport <aiohttp_transport >`,
35
34
which needs the :code: `aiohttp ` dependency, then you can install GQL with::
You can’t perform that action at this time.
0 commit comments