Skip to content

Commit

Permalink
Merge pull request #34 from Matter-Tech/lukasz/fix-deps
Browse files Browse the repository at this point in the history
Fix dependecies
  • Loading branch information
lukasz-matter committed Apr 23, 2024
2 parents 3fa371e + 12ef00e commit 0e7d75e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"starlette_exporter>=0.19.0",
"prometheus-fastapi-instrumentator>=6.0.0",
"fastapi>=0.90.0",
"matter-exceptions>=1.1.0"
]
dynamic = ["version"]
Expand Down

0 comments on commit 0e7d75e

Please sign in to comment.