Add missing :req dependency (#1806)

This commit is contained in:
Alexandre Hamez 2023-03-20 17:50:51 +01:00 committed by GitHub
parent 2e340ca88c
commit 7059aa235c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@
```elixir
Mix.install([
{:maplibre, "~> 0.1.3"},
{:kino_maplibre, "~> 0.1.7"}
{:kino_maplibre, "~> 0.1.7"},
{:req, "~> 0.3.0"}
])
```