Replace requests with httpx as dependency
This commit is contained in:
@ -25,7 +25,7 @@ classifiers = [
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"requests~=2.31",
|
||||
"httpx[http2]~=0.27.0",
|
||||
"pydantic~=2.6",
|
||||
]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Requirements for development of library
|
||||
# Base requirements
|
||||
requests==2.31.0
|
||||
httpx[http2]==0.27.0
|
||||
pydantic==2.6.3
|
||||
|
||||
# Code style
|
||||
|
Reference in New Issue
Block a user