From 1813c6aff178cce3b63d7458ec9a8337542de9dd Mon Sep 17 00:00:00 2001 From: karosis88 Date: Tue, 1 Aug 2023 16:14:28 +0300 Subject: [PATCH] install httpcore from the git --- pyproject.toml | 1 - requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30228c120e..ceb664f19d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ classifiers = [ ] dependencies = [ "certifi", - "httpcore>=0.17.2,<0.18.0", "idna", "sniffio", ] diff --git a/requirements.txt b/requirements.txt index bd53167bb7..c5bfe7a90e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file