Skip to content

Commit

Permalink
Upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent b180138 commit 7178643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
Easy dependency injection for all, works with Python 3.8-3.12. Main features and advantages:
* support **Python 3.8-3.12**;
* works with **FastAPI, Flask, Litestar** and **Django REST Framework**;
* dependency injection via `Annotated` in FastAPI;
* dependency injection via `Annotated` in `FastAPI`;
* the code is fully typed and tested by `mypy`;
* **no third-party dependencies**;
* **multiple containers**;
* **overriding** dependencies for tests without wiring;
Expand Down

0 comments on commit 7178643

Please sign in to comment.