Skip to content

Commit d5b3f63

Browse files
committed
Removing flask dependency from package
1 parent 1dcd6ea commit d5b3f63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "middleware-io"
7-
version = "2.1.2rc7"
7+
version = "2.1.2rc8"
88
requires-python = ">=3.8"
99
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."
1010
authors = [{ name = "middleware-dev" }]
@@ -21,7 +21,6 @@ keywords = [
2121
]
2222
dependencies =[
2323
"distro==1.9.0",
24-
"flask==2.3.2",
2524
"opentelemetry-api==1.27.0",
2625
"opentelemetry-exporter-otlp-proto-grpc==1.27.0",
2726
"opentelemetry-instrumentation==0.48b0",

0 commit comments

Comments
 (0)