Skip to content

Commit

Permalink
fix: Added gql to package __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
floydya committed Oct 5, 2023
1 parent 5d0bbeb commit dede898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ DeclarativeX comes with a few extras that you can install separately. Here's a l

To install an extra, just add it to the end of the command:

=== All
=== "All"
```bash
pip install declarativex[http2,graphql,brotli]
```
=== Only one

=== "Only one"
```bash
pip install declarativex[http2]
```
Expand Down
2 changes: 1 addition & 1 deletion src/declarativex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
UnprocessableEntityException,
RateLimitExceeded,
)
from .methods import http
from .methods import http, gql
from .middlewares import Middleware
from .rate_limiter import rate_limiter
from .retry import retry
Expand Down

0 comments on commit dede898

Please sign in to comment.