Skip to content

Commit

Permalink
make prometheus non optional
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Jan 21, 2025
1 parent ca7c196 commit 4c40227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dependencies = [
"tortoise-orm[asyncpg] ==0.22.2",
"tortoise-cli==0.1.2",

# metrics
"prometheus-client==0.20.0",

# misc
"rich==13.8.0",
"python-dateutil==2.9.0",
Expand All @@ -42,9 +45,6 @@ dev = [
"pyright==1.1.335",
"isort==5.13.2",
]
metrics = [
"prometheus-client==0.20.0",
]

[tool.poetry]
packages = [{ include = "ballsdex" }]
Expand Down

0 comments on commit 4c40227

Please sign in to comment.