transition from requests to httpx

This commit is contained in:
be7a
2021-04-23 18:02:57 +02:00
parent c1ab7485e2
commit 44aeb6c2eb
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"