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
2626^^^^^^^^^^^^^^^^^
2727
2828GQL 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.
3332
3433If for example you only need the :ref: `AIOHTTPTransport <aiohttp_transport >`,
3534which needs the :code: `aiohttp ` dependency, then you can install GQL with::
You can’t perform that action at this time.
0 commit comments