remove tesla from logger

This commit is contained in:
Owen
2024-12-18 12:00:52 +01:00
parent 32b5473222
commit cab8b052bf
3 changed files with 21 additions and 13 deletions
+1 -2
View File
@@ -26,8 +26,7 @@ defp deps do
{:image, "~> 0.55"},
{:jason, "~> 1.4"},
{:plug_cowboy, "~> 2.7"},
{:quantum, "~> 3.5"},
{:tesla, "~> 1.13"}
{:quantum, "~> 3.5"}
]
end
```