Merge pull request #221431 from NickCao/python-telegram-bot

python3Packages.python-telegram-bot: add missing dependency on httpx[…
This commit is contained in:
Nick Cao 2023-03-17 09:36:29 +08:00 committed by GitHub
commit 6a88bba059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,9 @@ buildPythonPackage rec {
cryptography
httpx
pytz
] ++ httpx.optional-dependencies.socks;
]
++ httpx.optional-dependencies.socks
++ httpx.optional-dependencies.http2;
nativeCheckInputs = [
beautifulsoup4