transition from requests to httpx

This commit is contained in:
be7a 2021-04-23 18:02:57 +02:00
parent c1ab7485e2
commit 44aeb6c2eb
No known key found for this signature in database
GPG key ID: 6510870A77F49A99
14 changed files with 80 additions and 89 deletions

View file

@ -5,7 +5,7 @@ setup(
version="2.6.1",
packages=find_packages(),
install_requires=[
"requests>=2.21.0",
"httpx>=0.17.1",
"beautifulsoup4>=4.7.1",
"rich>=2.1.0",
"keyring>=21.5.0"