Skip to content

Commit fcc87b9

Browse files
authored
Add Wireup to README
1 parent 696061e commit fcc87b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Admin](#admin)
1313
- [Auth](#auth)
1414
- [Databases](#databases)
15+
- [Dependency Injection](#dependency-injection)
1516
- [Developer Tools](#developer-tools)
1617
- [Email](#email)
1718
- [Utils](#utils)
@@ -102,6 +103,9 @@
102103
- [Pydantic-SQLAlchemy](https://github.com/tiangolo/pydantic-sqlalchemy) - Convert SQLAlchemy models to [Pydantic](https://docs.pydantic.dev/latest/) models.
103104
- [FastAPI-CamelCase](https://nf1s.github.io/fastapi-camelcase/) - CamelCase JSON support for FastAPI utilizing [Pydantic](https://docs.pydantic.dev/latest/).
104105
- [CamelCase Models with FastAPI and Pydantic](https://medium.com/analytics-vidhya/camel-case-models-with-fast-api-and-pydantic-5a8acb6c0eee) - Accompanying blog post from the author of the extension.
106+
107+
### Dependency Injection
108+
- [Wireup](https://github.com/maldoinc/wireup) - Inject dependencies with zero runtime overhead in FastAPI; Share dependencies across web, cli or other interfaces.
105109

106110
### Developer Tools
107111

0 commit comments

Comments
 (0)