Skip to content

Commit

Permalink
Add statsd
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent 09fe45e commit 918f61d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ dependencies = [
"typing==3.6.6",
"psycopg2==2.9.10",
"pyhermes==0.3.0",
"statsd==3.2.1",
# openstack,
"python-keystoneclient",
"python-novaclient==3.2.0",
Expand Down Expand Up @@ -121,7 +122,6 @@ prod = [
"django-redis-sessions==0.5.6",
"django-redis-cache==2.0.0",
"hiredis==1.0.0",
"statsd==3.2.1",
]

docs = [
Expand Down
2 changes: 2 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ sqlparse==0.2.3
# via
# ralph (pyproject.toml)
# django
statsd==3.2.1
# via ralph (pyproject.toml)
stevedore==5.3.0
# via
# ralph (pyproject.toml)
Expand Down
2 changes: 2 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ sqlparse==0.2.3
# django-silk
stack-data==0.6.3
# via ipython
statsd==3.2.1
# via ralph (pyproject.toml)
stevedore==5.3.0
# via
# ralph (pyproject.toml)
Expand Down

0 comments on commit 918f61d

Please sign in to comment.