Commit Graph

20 Commits

Author SHA1 Message Date
Paul Rysiavets 07c8852be5
Feature: urllib3 instead of curl (#2134)
* feature(urllib3): add urllib3 client

* test(urllib3): test urllib3 client

* test(urllib3): update http test for urllib3

* test(urllib3): use urllib3 client instead of curl

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* style(urllib3): remove unused imports

* style(urllib3): fix pre-commit errors

* ci(urllib3): remove pycurl dependency

* docs(urllib3): add docs

* style(urllib3): fix failing gh-workflow py3.8

* style(urllib3): add mention of ProxyManager

* style(urllib3): fix pre-commit issues

* style(pycurl): remove curl-related code

* feat(urllib3): add missing request features (header, auth, ssl, proxy, redirects)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(urllib3): improve styling

* test(urllib3): add new tests

* fix(urllib3): fix request auth

* fix(aws): validate certificate on request

* style(): add missing exports

* feat(aws): add ssl certificate verification from boto

* feat(urllib): try to use certifi.where() if request.ca_certs are not provided

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ci(pydocstyle): add missing docstring in public class

* test(urllib3): improve test case

* ci(pydocstyle): fix multi-line docstring summary should start at the first line

* feat(urllib3): remove assert_hostname

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test(boto): add test for get_cert_path returning .pem file path

* test(urllib3): add test for _get_pool_key_parts method

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
2024-10-14 17:01:25 +06:00
Asif Saif Uddin c0be006efa
Update docs.txt (#1738) 2023-05-31 10:44:43 +06:00
Matus Valo 79ad6c397b Fix missing dependency to redis in docs requirements 2021-09-12 11:09:06 +06:00
Matus Valo cc066228c1 Small fixes in documentation 2021-06-09 07:48:16 +00:00
Matus Valo b9f6629828 Include sqlalchemy to requirements/docs.txt
Building sqlalchemy transport documentation fails due missing sqlalchemy
package.
2020-11-03 23:26:09 +01:00
Matus Valo 1bdc6231ac Fix failing readthedocs build due missing curl system packages 2020-10-08 22:41:15 +02:00
Matus Valo 7690f06ed3 Include SQS reference guide and minor refactor of the content style 2020-10-08 14:51:32 +02:00
Omer Katz b59bf1b679
Added Python 3.7 to the build matrix (#908)
* Run tests with Python 3.7.

* Add missing dependencies.

* Show skip reasons.

* Add more dependencies to CI tests.

* Fix requirements.
2018-08-16 07:53:25 -05:00
Omer Katz 81e52b1a9a
Install sphinx_celery from git for now. (#818) 2017-12-13 10:27:14 +02:00
Ask Solem 65f982ccf3 Removes Django ORM as a broker support 2016-06-27 19:31:01 -07:00
Ask Solem 1cd4e07f9e Removes SQLAlchemy as a broker support 2016-06-27 19:26:44 -07:00
Ask Solem 66f726b927 [docs] requires sqlalchemy 2016-04-08 22:35:11 -07:00
Ask Solem a25b77756c [dist] Use apicheck from sphinx_celery 2016-04-08 15:06:19 -07:00
Ask Solem 3a53107212 Adds librabbitmq to docs requirements 2016-04-07 17:34:30 -07:00
Ask Solem 719ce2ef78 Use celery_sphinx to manage docs 2016-04-07 17:29:30 -07:00
Ask Solem d7316fea10 [docs] Switch to sphinx.ext.imgmath and adds sphinxcontrib-cheeseshop 2016-04-07 11:51:47 -07:00
Ask Solem a8203aee1f [requirements][docs] Now depends on Sphinx 1.4 2016-04-07 11:46:09 -07:00
Ask Solem 6e4e1cd2e9 [docs] Removes dep sphinxcontrib-issuetracker 2016-04-06 12:09:54 -07:00
Ask Solem 4b0f051d6f [docs] requirements/docs.txt now depends on kombu[mongodb] 2016-03-22 12:04:36 -07:00
Ask Solem dd7808f97b Adds missing reference files 2012-01-09 16:50:12 +00:00