File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ gleam_stdlib = ">= 0.44.0 and < 2.0.0"
66mist = " >= 5.0.3 and < 6.0.0"
77wisp = " >= 1.8.0 and < 2.0.0"
88gleam_erlang = " >= 1.3.0 and < 2.0.0"
9+ gleam_http = " >= 4.1.1 and < 5.0.0"
10+ gleam_json = " >= 3.0.2 and < 4.0.0"
911
1012[dev-dependencies ]
1113gleeunit = " >= 1.0.0 and < 2.0.0"
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ packages = [
2929
3030[requirements ]
3131gleam_erlang = { version = " >= 1.3.0 and < 2.0.0" }
32+ gleam_http = { version = " >= 4.1.1 and < 5.0.0" }
33+ gleam_json = { version = " >= 3.0.2 and < 4.0.0" }
3234gleam_stdlib = { version = " >= 0.44.0 and < 2.0.0" }
3335gleeunit = { version = " >= 1.0.0 and < 2.0.0" }
3436mist = { version = " >= 5.0.3 and < 6.0.0" }
You can’t perform that action at this time.
0 commit comments