Skip to content

Commit

Permalink
Remove unused dependency (#36)
Browse files Browse the repository at this point in the history
Remove genson from dependencies, it's not used directly by this project, it's however a dependency of datamodel-code-generator which takes care of it through it's own dependencies.
  • Loading branch information
joakimnordling authored Nov 15, 2023
1 parent 0eb3990 commit 972286c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
18 changes: 2 additions & 16 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ openapi-validator = "openapi_to_fastapi.cli:cli_validate_specs"
python = ">=3.8,<4.0.0"
datamodel-code-generator = "^0.22.1"
fastapi = "^0.104.1"
genson = "^1.2.2"
click = "^8.1.3"
coloredlogs = "^15.0.1"
pydantic = "^2.4.2"
Expand Down

0 comments on commit 972286c

Please sign in to comment.