mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
transition from requests to httpx
This commit is contained in:
parent
c1ab7485e2
commit
44aeb6c2eb
14 changed files with 80 additions and 89 deletions
2
setup.py
2
setup.py
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue