mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 14:04:31 +08:00
Add missing :req dependency (#1806)
This commit is contained in:
parent
2e340ca88c
commit
7059aa235c
1 changed files with 2 additions and 1 deletions
|
@ -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"}
|
||||
])
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue