Add HTTP to dependencies

This commit is contained in:
Thomas A. Christensen II 2022-07-27 12:55:38 -05:00
parent bb2337b165
commit 0818ba57fd
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a" GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5" HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1" ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"

View file

@ -149,6 +149,7 @@ this image.
- [x] [NLsolve](https://github.com/JuliaNLSolvers/NLsolve.jl) - [x] [NLsolve](https://github.com/JuliaNLSolvers/NLsolve.jl)
- [x] [Kelpie](https://github.com/MillironX/Kelpie.jl) - [x] [Kelpie](https://github.com/MillironX/Kelpie.jl)
- [x] [Mustache](https://github.com/jverzani/Mustache.jl) - [x] [Mustache](https://github.com/jverzani/Mustache.jl)
- [x] [HTTP](https://github.com/JuliaWeb/http.jl)
[^1]: This image doesn't include Juno, just the curated packages. [^1]: This image doesn't include Juno, just the curated packages.