-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for requests-cache #156
Comments
perhaps should just override |
You have two options. First, following https://niquests.readthedocs.io/en/latest/community/recommended.html#requests-cache Second, you may override Requests using sys.module (via https://niquests.readthedocs.io/en/latest/dev/migrate.html#maintainer-migration) only if you are not a library but an executable standalone. Almost every requests extension are compatible using methods described in our docs. Regards, |
The import trick doesn't work:
That package had other non-compatible imports as well: |
I thought to give niquests a try, but I realized I'm using requests cache.
How would you use niquests and projects that extends requests?
I fired the same question to requests-cache repo as well:
The text was updated successfully, but these errors were encountered: