install httpcore from the git

This commit is contained in:
karosis88 2023-08-01 16:14:28 +03:00
parent 26ac893e9b
commit 1813c6aff1
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,6 @@ classifiers = [
]
dependencies = [
"certifi",
"httpcore>=0.17.2,<0.18.0",
"idna",
"sniffio",
]

View File

@ -30,3 +30,5 @@ trio==0.22.0
trio-typing==0.8.0
trustme==1.0.0
uvicorn==0.22.0
httpcore @ git+https://github.com/encode/httpcore@master