Skip to content

Commit a9de14c

Browse files
committed
app dep fix
1 parent 71337b1 commit a9de14c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ 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+
"uvicorn[standard] >=0.12.0",
5354
"requests >= 2.24.0; python_version < '3.7'",
5455
"httpx >= 0.22.0; python_version >= '3.7'",
5556
]
@@ -75,8 +76,6 @@ test = [
7576
"ujson >= 4.0.1",
7677
"python-multipart >= 0.0.5",
7778
"anyio[trio] >= 3.2.1",
78-
"requests >= 2.24.0; python_version < '3.7'",
79-
"httpx >= 0.22.0; python_version >= '3.7'",
8079
"autoflake",
8180
"email_validator >=1.1.1",
8281

@@ -86,9 +85,17 @@ test = [
8685
"types-dataclasses ==0.1.7",
8786
]
8887
dev = [
89-
"uvicorn[standard] >=0.12.0",
9088
"pre-commit"
9189
]
90+
91+
all = [
92+
"python-multipart >=0.0.5,<0.0.6",
93+
"itsdangerous >=1.1.0,<3.0.0",
94+
"pyyaml >=5.3.1,<7.0.0",
95+
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0",
96+
"orjson >=3.2.1,<4.0.0",
97+
"email_validator >=1.1.1,<2.0.0",
98+
]
9299
doc = [
93100
"mkdocs >=1.1.2,<2.0.0",
94101
"mkdocs-material >=7.1.9,<8.0.0",

0 commit comments

Comments
 (0)