diff --git a/docs/ka/docs/index.md b/docs/ka/docs/index.md index c58316110..f3b1e34af 100644 --- a/docs/ka/docs/index.md +++ b/docs/ka/docs/index.md @@ -134,17 +134,21 @@ The key features are: If you are building a CLI app to be used in the terminal instead of a web API, check out **Typer**. -თუკი მუშაობთ CLI აპლიკაციაზე, რომელიც გამოყენებულ იქნება ტერმინალში, - ნაცვლად ვებ API-ისა, გადახედეთ **Typer**-ს. +თუკი მუშაობთ CLI აპლიკაციაზე, რომელიც გამოყენებულ იქნება ტერმინალში, - ნაცვლად ვებ API-ისა, თვალი შეავლეთ **Typer**-ს. **Typer** is FastAPI's little sibling. And it's intended to be the **FastAPI of CLIs**. ⌨️ 🚀 **Typer** არის FastAPI-ის პატარა ძამიკო. და ჩაფიქრებულია, რომ იგი იყოს **CLI-ების FastAPI**. ⌨️ 🚀 ## Requirements +## მოთხოვნები FastAPI stands on the shoulders of giants: +FastAPI მხრებზე შემოსდგომია შემდეგ გიგანტებს: * Starlette for the web parts. +* Starlette-ს ვებთან დაკავშირებულ საკითხებში. * Pydantic for the data parts. +* Pydantic-ს მონაცემებთან დაკავშირებულ საკითხებში. ## Installation