Skip to content

Commit

Permalink
fix(deps): vendor Temporal locally
Browse files Browse the repository at this point in the history
to avoid having to add it to all packages as git repo
  • Loading branch information
untoreh committed Dec 16, 2022
1 parent f048d9b commit 969d708
Show file tree
Hide file tree
Showing 18 changed files with 151 additions and 86 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "vendor"]
path = vendor/Temporal
url = https://github.com/untoreh/Temporal.jl
[submodule "vendor/Temporal"]
path = vendor/Temporal
url = https://github.com/untoreh/Temporal.jl
22 changes: 13 additions & 9 deletions Analysis/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.8.2"
julia_version = "1.8.3"
manifest_format = "2.0"
project_hash = "ac587612e7842fdca282e89d4f0482caf24ac185"
project_hash = "623f47114c9f8507f9fc9312c9a43f4c328da49f"

[[deps.AWS]]
deps = ["Base64", "Compat", "Dates", "Downloads", "GitHub", "HTTP", "IniFile", "JSON", "MbedTLS", "Mocking", "OrderedCollections", "Random", "Sockets", "URIs", "UUIDs", "XMLDict"]
Expand Down Expand Up @@ -366,7 +366,7 @@ uuid = "90fa49ef-747e-5e6f-a989-263ba693cf1a"
version = "0.5.2"

[[deps.Exchanges]]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pairs", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
path = "../Exchanges"
uuid = "ab04e009-1d60-4d36-ac2f-58b9338a89b5"
version = "0.1.0"
Expand Down Expand Up @@ -640,9 +640,9 @@ uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "42b62845d70a619f063a7da093d995ec8e15e778"
git-tree-sha1 = "c7cb1f5d892775ba13767a87c7ada0b980ea0a71"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.16.1+1"
version = "1.16.1+2"

[[deps.LinearAlgebra]]
deps = ["Libdl", "libblastrampoline_jll"]
Expand Down Expand Up @@ -822,6 +822,12 @@ git-tree-sha1 = "cf494dca75a69712a72b80bc48f59dcf3dea63ec"
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
version = "0.11.16"

[[deps.Pairs]]
deps = ["Misc"]
path = "../Pairs"
uuid = "36fdd1e0-de92-434c-a120-c8ed410c5e3c"
version = "0.1.0"

[[deps.Parameters]]
deps = ["OrderedCollections", "UnPack"]
git-tree-sha1 = "34c0e9ad262e5f7fc75b10a9952ca7692cfc5fbe"
Expand Down Expand Up @@ -898,7 +904,7 @@ deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[[deps.Processing]]
deps = ["DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase"]
deps = ["Data", "DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase", "Temporal"]
path = "Processing"
uuid = "71db1b01-ba5b-4918-92ad-dd9436844736"
version = "0.1.0"
Expand Down Expand Up @@ -1185,9 +1191,7 @@ version = "1.10.1"

[[deps.Temporal]]
deps = ["Dates", "HTTP", "JSON", "Pkg", "Printf", "Random", "RecipesBase", "Statistics", "Test"]
git-tree-sha1 = "eb4f515ab4b9190b323d3735d900b10ee81e752c"
repo-rev = "master"
repo-url = "https://github.com/untoreh/Temporal.jl"
path = "../vendor/Temporal"
uuid = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
version = "0.8.2"

Expand Down
4 changes: 1 addition & 3 deletions Analysis/Processing/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,7 @@ version = "1.10.1"

[[deps.Temporal]]
deps = ["Dates", "HTTP", "JSON", "Pkg", "Printf", "Random", "RecipesBase", "Statistics", "Test"]
git-tree-sha1 = "eb4f515ab4b9190b323d3735d900b10ee81e752c"
repo-rev = "master"
repo-url = "https://github.com/untoreh/Temporal.jl"
path = "../../vendor/Temporal"
uuid = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
version = "0.8.2"

Expand Down
3 changes: 0 additions & 3 deletions Analysis/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Temporal = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"

[compat]
Temporal = ">= 0.8.2"
14 changes: 9 additions & 5 deletions Cli/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
version = "1.6.0"

[[deps.Exchanges]]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pairs", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
path = "../Exchanges"
uuid = "ab04e009-1d60-4d36-ac2f-58b9338a89b5"
version = "0.1.0"
Expand Down Expand Up @@ -440,6 +440,12 @@ git-tree-sha1 = "68cd7e4e645fbfe72a906fdafd6838b308e4d148"
uuid = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
version = "2.1.2"

[[deps.Pairs]]
deps = ["Misc"]
path = "../Pairs"
uuid = "36fdd1e0-de92-434c-a120-c8ed410c5e3c"
version = "0.1.0"

[[deps.Parsers]]
deps = ["Dates", "SnoopPrecompile"]
git-tree-sha1 = "b64719e8b4504983c7fca6cc9db3ebc8acc2a4d6"
Expand Down Expand Up @@ -486,7 +492,7 @@ deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[[deps.Processing]]
deps = ["DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase"]
deps = ["Data", "DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase", "Temporal"]
path = "../Analysis/Processing"
uuid = "71db1b01-ba5b-4918-92ad-dd9436844736"
version = "0.1.0"
Expand Down Expand Up @@ -638,9 +644,7 @@ version = "1.10.1"

[[deps.Temporal]]
deps = ["Dates", "HTTP", "JSON", "Pkg", "Printf", "Random", "RecipesBase", "Statistics", "Test"]
git-tree-sha1 = "eb4f515ab4b9190b323d3735d900b10ee81e752c"
repo-rev = "master"
repo-url = "https://github.com/untoreh/Temporal.jl"
path = "../vendor/Temporal"
uuid = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
version = "0.8.2"

Expand Down
12 changes: 5 additions & 7 deletions Data/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.8.2"
julia_version = "1.8.3"
manifest_format = "2.0"
project_hash = "180000b8ec9f73c080603bce52bd0bcaa62ce99d"
project_hash = "05815759786ac392e84770d75ae68e1fc6d5ef68"

[[deps.AWS]]
deps = ["Base64", "Compat", "Dates", "Downloads", "GitHub", "HTTP", "IniFile", "JSON", "MbedTLS", "Mocking", "OrderedCollections", "Random", "Sockets", "URIs", "UUIDs", "XMLDict"]
Expand Down Expand Up @@ -257,9 +257,9 @@ uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "42b62845d70a619f063a7da093d995ec8e15e778"
git-tree-sha1 = "c7cb1f5d892775ba13767a87c7ada0b980ea0a71"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.16.1+1"
version = "1.16.1+2"

[[deps.LinearAlgebra]]
deps = ["Libdl", "libblastrampoline_jll"]
Expand Down Expand Up @@ -526,9 +526,7 @@ version = "1.10.1"

[[deps.Temporal]]
deps = ["Dates", "HTTP", "JSON", "Pkg", "Printf", "Random", "RecipesBase", "Statistics", "Test"]
git-tree-sha1 = "eb4f515ab4b9190b323d3735d900b10ee81e752c"
repo-rev = "master"
repo-url = "https://github.com/untoreh/Temporal.jl"
path = "../vendor/Temporal"
uuid = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
version = "0.8.2"

Expand Down
3 changes: 0 additions & 3 deletions Data/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Temporal = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"

[compat]
Temporal = ">= 0.8.2"
56 changes: 49 additions & 7 deletions Engine/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.8.2"
julia_version = "1.8.3"
manifest_format = "2.0"
project_hash = "25c8b700a663376f9869f79d403252b7516acd1b"
project_hash = "4f0bb754ad39187392abb32ef1d9b17a1eef24d2"

[[deps.ATK_jll]]
deps = ["Artifacts", "Glib_jll", "JLLWrappers", "Libdl", "Pkg"]
Expand Down Expand Up @@ -301,6 +301,12 @@ git-tree-sha1 = "da8b06f89fce9996443010ef92572b193f8dca1f"
uuid = "717857b8-e6f2-59f4-9121-6e50c889abd2"
version = "0.7.8"

[[deps.Data]]
deps = ["DataFramesMeta", "Dates", "Misc", "PythonCall", "Requires", "Temporal", "Zarr"]
path = "../Data"
uuid = "934a4ae5-3fdb-4fa4-b6dd-2cd889d3d27b"
version = "0.1.1"

[[deps.DataAPI]]
git-tree-sha1 = "e08915633fcb3ea83bf9d6126292e5bc5c739922"
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
Expand Down Expand Up @@ -440,6 +446,12 @@ git-tree-sha1 = "d6863c556f1142a061532e79f611aa46be201686"
uuid = "90fa49ef-747e-5e6f-a989-263ba693cf1a"
version = "0.5.2"

[[deps.Exchanges]]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pairs", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
path = "../Exchanges"
uuid = "ab04e009-1d60-4d36-ac2f-58b9338a89b5"
version = "0.1.0"

[[deps.Expat_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "bad72f730e9e91c08d9427d5e8db95478a3c323d"
Expand Down Expand Up @@ -597,9 +609,9 @@ version = "5.8.1"

[[deps.Glib_jll]]
deps = ["Artifacts", "Gettext_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Pkg", "Zlib_jll"]
git-tree-sha1 = "fb83fbe02fe57f2c068013aa94bcdf6760d3a7a7"
git-tree-sha1 = "d3b3624125c1474292d0d8ed0f65554ac37ddb23"
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
version = "2.74.0+1"
version = "2.74.0+2"

[[deps.Graphics]]
deps = ["Colors", "LinearAlgebra", "NaNMath"]
Expand Down Expand Up @@ -870,9 +882,9 @@ version = "1.42.0+0"

[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "42b62845d70a619f063a7da093d995ec8e15e778"
git-tree-sha1 = "c7cb1f5d892775ba13767a87c7ada0b980ea0a71"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.16.1+1"
version = "1.16.1+2"

[[deps.Libmount_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
Expand Down Expand Up @@ -1110,6 +1122,12 @@ git-tree-sha1 = "cf494dca75a69712a72b80bc48f59dcf3dea63ec"
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
version = "0.11.16"

[[deps.Pairs]]
deps = ["Misc"]
path = "../Pairs"
uuid = "36fdd1e0-de92-434c-a120-c8ed410c5e3c"
version = "0.1.0"

[[deps.Pango_jll]]
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "FriBidi_jll", "Glib_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "84a314e3926ba9ec66ac097e3635e270986b0f10"
Expand All @@ -1128,6 +1146,12 @@ git-tree-sha1 = "b64719e8b4504983c7fca6cc9db3ebc8acc2a4d6"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.5.1"

[[deps.Pbar]]
deps = ["Dates", "Misc", "PythonCall"]
path = "../Misc/Pbar"
uuid = "7aed521b-3ea6-427a-8031-5ecc7305f19e"
version = "0.1.0"

[[deps.Pidfile]]
deps = ["FileWatching", "Test"]
git-tree-sha1 = "2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03"
Expand Down Expand Up @@ -1192,7 +1216,7 @@ deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[[deps.Processing]]
deps = ["DataFramesMeta", "Dates", "Misc", "StatsBase"]
deps = ["Data", "DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase", "Temporal"]
path = "../Analysis/Processing"
uuid = "71db1b01-ba5b-4918-92ad-dd9436844736"
version = "0.1.0"
Expand Down Expand Up @@ -1439,6 +1463,12 @@ git-tree-sha1 = "6b7ba252635a5eff6a0b0664a41ee140a1c9e72a"
uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
version = "1.4.0"

[[deps.StaticStrings]]
deps = ["Compat"]
git-tree-sha1 = "387f38b600b6edea72fc1add8b5e2d7113402ddf"
uuid = "4db0a0c5-418a-4e1d-8806-cb305fe13294"
version = "0.2.2"

[[deps.Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down Expand Up @@ -1522,6 +1552,12 @@ deps = ["ArgTools", "SHA"]
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
version = "1.10.1"

[[deps.Temporal]]
deps = ["Dates", "HTTP", "JSON", "Pkg", "Printf", "Random", "RecipesBase", "Statistics", "Test"]
path = "../vendor/Temporal"
uuid = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
version = "0.8.2"

[[deps.Test]]
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -1544,6 +1580,12 @@ git-tree-sha1 = "b812971e052b63c387b2a9752b25401c6f6c361b"
uuid = "9e3dc215-6440-5c97-bce1-76c03772f85e"
version = "0.21.0"

[[deps.TimeToLive]]
deps = ["Dates"]
git-tree-sha1 = "1f1389007d16385ec02e497bef6c2caffba99b65"
uuid = "37f0c46e-897f-50ef-b453-b26c3eed3d6c"
version = "0.3.0"

[[deps.TimeZones]]
deps = ["Dates", "Downloads", "InlineStrings", "LazyArtifacts", "Mocking", "Printf", "RecipesBase", "Scratch", "Unicode"]
git-tree-sha1 = "a92ec4466fc6e3dd704e2668b5e7f24add36d242"
Expand Down
8 changes: 8 additions & 0 deletions Engine/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ version = "0.1.0"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CausalityTools = "5520caf5-2dd7-5c5d-bfcb-a00e56ac49f7"
Data = "934a4ae5-3fdb-4fa4-b6dd-2cd889d3d27b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EffectSizes = "e248de7e-9197-5860-972e-353a2af44d75"
Exchanges = "ab04e009-1d60-4d36-ac2f-58b9338a89b5"
MarketTechnicals = "4f8c86c6-9e40-5506-9807-98571cb48bc8"
Misc = "ff97321b-aa60-4104-8cd6-2e42973349ab"
Pairs = "36fdd1e0-de92-434c-a120-c8ed410c5e3c"
Processing = "71db1b01-ba5b-4918-92ad-dd9436844736"
ProfileView = "c46f51b8-102a-5cf2-8d2c-8597cb0e0da7"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SnoopCompile = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"
StaticStrings = "4db0a0c5-418a-4e1d-8806-cb305fe13294"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Temporal = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
TimeFrames = "51948d2b-02eb-5b28-9840-c902cc6821c9"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
20 changes: 12 additions & 8 deletions Exchanges/Fetch/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.8.2"
julia_version = "1.8.3"
manifest_format = "2.0"
project_hash = "4aefb8717b55cff201c4ff1822d39d9e89895512"

Expand Down Expand Up @@ -160,7 +160,7 @@ uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
version = "1.6.0"

[[deps.Exchanges]]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
deps = ["Data", "DataFrames", "Dates", "JSON", "Misc", "Pairs", "Pbar", "Processing", "PythonCall", "Serialization", "Temporal", "TimeToLive", "Zarr"]
path = ".."
uuid = "ab04e009-1d60-4d36-ac2f-58b9338a89b5"
version = "0.1.0"
Expand Down Expand Up @@ -298,9 +298,9 @@ uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "42b62845d70a619f063a7da093d995ec8e15e778"
git-tree-sha1 = "c7cb1f5d892775ba13767a87c7ada0b980ea0a71"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.16.1+1"
version = "1.16.1+2"

[[deps.LinearAlgebra]]
deps = ["Libdl", "libblastrampoline_jll"]
Expand Down Expand Up @@ -411,6 +411,12 @@ git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c"
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.4.1"

[[deps.Pairs]]
deps = ["Misc"]
path = "../../Pairs"
uuid = "36fdd1e0-de92-434c-a120-c8ed410c5e3c"
version = "0.1.0"

[[deps.Parsers]]
deps = ["Dates", "SnoopPrecompile"]
git-tree-sha1 = "b64719e8b4504983c7fca6cc9db3ebc8acc2a4d6"
Expand Down Expand Up @@ -457,7 +463,7 @@ deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[[deps.Processing]]
deps = ["DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase"]
deps = ["Data", "DataFramesMeta", "Dates", "Misc", "Pbar", "StatsBase", "Temporal"]
path = "../../Analysis/Processing"
uuid = "71db1b01-ba5b-4918-92ad-dd9436844736"
version = "0.1.0"
Expand Down Expand Up @@ -597,9 +603,7 @@ version = "1.10.1"

[[deps.Temporal]]
deps = ["Dates", "HTTP", "JSON", "Pkg", "Printf", "Random", "RecipesBase", "Statistics", "Test"]
git-tree-sha1 = "eb4f515ab4b9190b323d3735d900b10ee81e752c"
repo-rev = "master"
repo-url = "https://github.com/untoreh/Temporal.jl"
path = "../../vendor/Temporal"
uuid = "a110ec8f-48c8-5d59-8f7e-f91bc4cc0c3d"
version = "0.8.2"

Expand Down
Loading

0 comments on commit 969d708

Please sign in to comment.