Skip to content

Commit

Permalink
Fix docs (#54)
Browse files Browse the repository at this point in the history
* fix ERROR   -  Could not collect 'nest.core.pynest_applications.PyNestApp'

* loosen fastapi range

* run black

* loose injector dependency range
  • Loading branch information
ItayTheDar committed Apr 24, 2024
1 parent ab8cc61 commit a0bd12b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/decorators/module.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Decorators

## Module Decorator

The `Module` decorator is used to define a module. A module is a class that contains the controllers and services that
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"PyYAML>=6.0.1",
"astor>=0.8.1",
"black>=23.11.0",
"injector>=0.21.0",
"injector>=0.20.1",
"pydantic<2.0.0",
"sqlalchemy == 2.0.19",
"alembic == 1.7.4",
Expand Down

0 comments on commit a0bd12b

Please sign in to comment.