Skip to content

Commit a21b995

Browse files
committed
starlette dependencies for different python version
1 parent f087475 commit a21b995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ dependencies = [
5050
"typer >=0.6.1,<0.7.0",
5151
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
5252
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
53+
"requests >= 2.24.0; python_version < '3.7'",
54+
"httpx >= 0.22.0; python_version >= '3.7'",
5355
]
5456

5557
[project.scripts]

0 commit comments

Comments
 (0)