Replace requests with httpx as dependency

This commit is contained in:
2024-03-10 12:15:04 +02:00
parent 3a63edda5b
commit 410c26b14a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"requests~=2.31",
"httpx[http2]~=0.27.0",
"pydantic~=2.6",
]

View File

@ -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