Skip to content

Commit

Permalink
Made thrift and psutil optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bhogayatakb committed Nov 5, 2024
1 parent c0232ef commit e827237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "middleware-apm"
version = "1.2.4rc0"
version = "1.2.4rc1"
description = "Middleware's APM tool enables Python developers to effortlessly monitor their applications, gathering distributed tracing, metrics, logs, and profiling data for valuable insights and performance optimization."
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -28,8 +28,6 @@ dependencies = [
"PyYAML==6.0.2",
"requests==2.32.3",
"thrift==0.20.0",
"psutil==6.0.0",
"tomli==2.0.1",
"opentelemetry-propagator-b3==1.27.0",
"opentelemetry-propagator-jaeger==1.27.0",
"opentelemetry-propagator-aws-xray==1.0.2",
Expand All @@ -40,6 +38,8 @@ dependencies = [
[project.optional-dependencies]
test = [
"pyroscope-io==0.8.5",
"psutil==6.0.0",
"tomli==2.0.1",
]

[project.urls]
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ opentelemetry-semantic-conventions==0.48b0
opentelemetry-util-http==0.48b0
PyYAML==6.0.2
requests==2.32.3
thrift==0.20.0
psutil==6.0.0
tomli==2.0.1
# webencodings==0.5.1
# websocket-client==0.53.0
Expand Down

0 comments on commit e827237

Please sign in to comment.