Skip to content

Commit

Permalink
🔧 Remove override for standard exta optionals
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 30, 2024
1 parent 6c75992 commit 79621a3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,28 +121,6 @@ name = "fastapi-slim"
include-optional-dependencies = ["standard"]

[tool.tiangolo._internal-slim-build.packages.fastapi.project.optional-dependencies]
# TODO: remove `standard` once pydantic has an optional extra including pydantic-settings and pydantic-extra-types
standard = [
# For the test client
"httpx >=0.23.0",
# For templates
"jinja2 >=2.11.2",
# For forms and file uploads
"python-multipart >=0.0.7",
# For UJSONResponse
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",
# For ORJSONResponse
"orjson >=3.2.1",
# To validate email fields
"email_validator >=2.0.0",
# Uvicorn with uvloop
"uvicorn[standard] >=0.12.0",
# # Settings management
"pydantic-settings >=2.0.0",
# # Extra Pydantic data types
"pydantic-extra-types >=2.0.0",
]

all = [
# # For the test client
"httpx >=0.23.0",
Expand Down

0 comments on commit 79621a3

Please sign in to comment.