python/python3-httpx: fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-28 10:31:47 -07:00 committed by Willy Sudiarto Raharjo
parent 10c6c83e11
commit 80a96b6d1f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -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"