From 7f2383abbbe96fbd4aa8d7d185f9389cbf0046da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 21 Feb 2026 17:10:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20more=20unneeded=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 57c5e1120f..2ee7541166 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -30,7 +30,6 @@ internal: - .gitignore - .pre-commit-config.yaml - pdm_build.py - - requirements*.txt - uv.lock - docs/en/data/sponsors.yml - docs/en/overrides/main.html diff --git a/pyproject.toml b/pyproject.toml index 2f2924b9ba..d2a025a72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ Issues = "https://github.com/fastapi/fastapi/issues" Changelog = "https://fastapi.tiangolo.com/release-notes/" [project.optional-dependencies] - standard = [ "fastapi-cli[standard] >=0.0.8", # For the test client