From a792b74a3683ea707e98e24e824dccc9216ed3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 30 May 2026 19:20:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20old=20package=20stub=20?= =?UTF-8?q?slim,=20not=20user=20nor=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi-cli-slim/README.md | 47 -------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 fastapi-cli-slim/README.md diff --git a/fastapi-cli-slim/README.md b/fastapi-cli-slim/README.md deleted file mode 100644 index 6fa92b80..00000000 --- a/fastapi-cli-slim/README.md +++ /dev/null @@ -1,47 +0,0 @@ -# FastAPI CLI - - - Test - - - Publish - - - Coverage - - Package version - - ---- - -**Source Code**: https://github.com/fastapi/fastapi-cli - ---- - -Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀 - -## `fastapi-cli-slim` - -⚠️ Do not install this package. ⚠️ - -This package, `fastapi-cli-slim`, does nothing other than depend on `fastapi-cli`. - -You **should not** install this package. - -Install instead: - -```bash -pip install "fastapi[standard]" -``` - -or: - -```bash -pip install fastapi-cli -``` - -This package is deprecated and will stop receiving any updates and published versions. - -## License - -This project is licensed under the terms of the MIT license.