Skip to content

Commit c358827

Browse files
committed
RequestResponseLoggerMiddleware
1 parent fce5e64 commit c358827

File tree

3 files changed

+370
-0
lines changed

3 files changed

+370
-0
lines changed

poetry.lock

Lines changed: 315 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "starlette-loguru-middleware"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Hossein Sokhandan <[email protected]>"]
6+
7+
[tool.poetry.dependencies]
8+
python = "^3.8"
9+
loguru = "^0.6.0"
10+
fastapi = "^0.74.1"
11+
black = "^22.1.0"
12+
13+
[tool.poetry.dev-dependencies]
14+
15+
[build-system]
16+
requires = ["poetry-core>=1.0.0"]
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)