Browse Source

🔥 Remove more unneeded lines

pull/14956/head
Sebastián Ramírez 5 months ago
parent
commit
7f2383abbb
  1. 1
      .github/labeler.yml
  2. 1
      pyproject.toml

1
.github/labeler.yml

@ -30,7 +30,6 @@ internal:
- .gitignore - .gitignore
- .pre-commit-config.yaml - .pre-commit-config.yaml
- pdm_build.py - pdm_build.py
- requirements*.txt
- uv.lock - uv.lock
- docs/en/data/sponsors.yml - docs/en/data/sponsors.yml
- docs/en/overrides/main.html - docs/en/overrides/main.html

1
pyproject.toml

@ -57,7 +57,6 @@ Issues = "https://github.com/fastapi/fastapi/issues"
Changelog = "https://fastapi.tiangolo.com/release-notes/" Changelog = "https://fastapi.tiangolo.com/release-notes/"
[project.optional-dependencies] [project.optional-dependencies]
standard = [ standard = [
"fastapi-cli[standard] >=0.0.8", "fastapi-cli[standard] >=0.0.8",
# For the test client # For the test client

Loading…
Cancel
Save