diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-28 10:31:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-02 07:54:32 +0700 |
commit | 80a96b6d1fd53cfe622261e849b06d46d9c61871 (patch) | |
tree | 296e46dc60a610cb1693adcc67f57451104666c4 | |
parent | 10c6c83e1167d18eac4a72c96de3ea57d401964e (diff) |
python/python3-httpx: fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-httpx/python3-httpx.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-httpx/python3-httpx.info b/python/python3-httpx/python3-httpx.info index 2fc4e8fc4eb4..4de59867b71a 100644 --- a/python/python3-httpx/python3-httpx.info +++ b/python/python3-httpx/python3-httpx.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpx/httpx-0.23.3.ta MD5SUM="921ced753cbfeff7d0a8ba80ca455985" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-rfc3986 python3-sniffio python3-httpcore python3-rich click python3-hatch_fancy_pypi_readme" +REQUIRES="python3-rfc3986 python3-httpcore python3-rich click" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |