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