Skip to content

Commit

Permalink
update packages and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Aug 31, 2024
1 parent 032d83b commit cbc816f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Doc](https://readthedocs.org/projects/that-depends/badge/?version=latest&style=flat)](https://that-depends.readthedocs.io)
[![GitHub stars](https://img.shields.io/github/stars/modern-python/that-depends)](https://github.com/modern-python/that-depends/stargazers)

This package is dependency injection framework for Python and allows to transfer projects from `dependency-injector` with minimal costs and gain additional capabilities.
Dependency injection framework for Python inspired by `dependency-injector`.

It is production-ready and gives you the following:
- Simple async-first DI framework with IOC-container.
Expand Down
6 changes: 1 addition & 5 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
version: "3"

tasks:
lock:
desc: "lock with update"
cmds:
- uv lock --upgrade

install:
desc: "install local dependencies"
cmds:
- uv lock --upgrade
- uv sync --all-extras --frozen

lint:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbc816f

Please sign in to comment.