Remove unneeded dependency

This commit is contained in:
Shon Feder 2025-07-08 21:32:28 -04:00
parent 87cfd5e31e
commit ef5d7af3e7
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -102,8 +102,7 @@
(>= "5.3"))
(cohttp-lwt
(>= "6.0.0"))
(alcotest :with-test)
(cohttp-eio :with-test))
(alcotest :with-test))
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
(package

View file

@ -20,7 +20,6 @@ depends: [
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "6.0.0"}
"alcotest" {with-test}
"cohttp-eio" {with-test}
]
build: [
["dune" "subst"] {dev}