Skip to content

Commit 118c7da

Browse files
committed
install Base64 independently from HTTP
1 parent 0636512 commit 118c7da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["@deyandyankov, @pebeto, and contributors"]
44
version = "0.5.1"
55

66
[deps]
7+
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
78
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
89
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
910
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
@@ -25,4 +26,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2526

2627
[targets]
2728
test = ["Test"]
28-

Diff for: src/MLFlowClient.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module MLFlowClient
1515
using Dates
1616
using UUIDs
1717
using HTTP
18-
using HTTP.Base64
18+
using Base64
1919
using URIs
2020
using JSON
2121
using ShowCases

0 commit comments

Comments
 (0)