Skip to content

Commit

Permalink
Removing loguru from the dependencies
Browse files Browse the repository at this point in the history
Result of `poetry remove loguru`
  • Loading branch information
louis-jaris committed Oct 29, 2023
1 parent eb76046 commit dc59bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
34 changes: 1 addition & 33 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 @@ -7,7 +7,6 @@ authors = ["Zylon <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
fastapi = { extras = ["all"], version = "^0.103.1" }
loguru = "^0.7.2"
boto3 = "^1.28.56"
injector = "^0.21.0"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit dc59bb2

Please sign in to comment.