We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d2a97 commit 2e452dbCopy full SHA for 2e452db
readme.md
@@ -10,7 +10,7 @@ Production-ready dockerized async REST API on FastAPI with SQLAlchemy and Postgr
10
11
## Key Features
12
- tests on `pytest` with automatic rollback after each test case
13
-- IOC (Inversion of Control) container built on [that-depends](https://github.com/modern-python/that-depends/) - my DI framework
+- IOC (Inversion of Control) container built on [modern-di](https://github.com/modern-python/modern-di/) - my DI framework
14
- Linting and formatting using `ruff` and `mypy`
15
- `Alembic` for DB migrations
16
0 commit comments