Remove fast_html

Started showing some errors during test:

fast_html worker: error: Failed to write response to stdout
This commit is contained in:
Claudio Ortolina
2025-05-05 08:04:01 +01:00
parent 1401cc19d3
commit 635b2fb9b5
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -95,7 +95,6 @@ defmodule MusicLibrary.MixProject do
# Test tooling
{:phoenix_test, "~> 0.6.0", only: :test},
{:floki, ">= 0.30.0", only: :test},
{:fast_html, "~> 2.0", only: :test},
# Prod error/perf tooling
{:phoenix_live_dashboard, "~> 0.8.3"},