Skip to content

Commit

Permalink
Merge branch 'master' into py
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Mar 16, 2022
2 parents 75516a2 + c82885a commit d3503e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/third_party_packages.md
Expand Up @@ -54,6 +54,12 @@ A utility for record and repeat an http request.

This package adds caching functionality to HTTPX

### robox

[Github](https://github.com/danclaudiupop/robox)

A library for scraping the web built on top of HTTPX.

## Gists

<!-- NOTE: this list is in alphabetical order. -->
Expand Down
2 changes: 1 addition & 1 deletion httpx/_main.py
Expand Up @@ -69,7 +69,7 @@ def print_help() -> None:
)

table.add_row(
"--proxy [cyan]URL",
"--proxies [cyan]URL",
"Send the request via a proxy. Should be the URL giving the proxy address.",
)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -21,12 +21,12 @@ black==21.11b1
coverage==6.0.2
cryptography==36.0.1
flake8==3.9.2
flake8-bugbear==21.9.2
flake8-bugbear==22.1.11
flake8-pie==0.15.0; python_version>='3.7'
isort==5.10.1
mypy==0.910
types-certifi==2021.10.8.0
pytest==6.2.5
pytest==7.0.1
pytest-asyncio==0.16.0
pytest-trio==0.7.0
trio==0.19.0
Expand Down

0 comments on commit d3503e1

Please sign in to comment.