feat: ticker format, test_utils, Makefile

This commit is contained in:
Elijah McMorris 2024-10-02 15:59:39 -07:00
parent 493ea31661
commit 126005905b
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
10 changed files with 242 additions and 96 deletions

View file

@ -15,7 +15,7 @@ polars = { version = "0.32", features = [
"object",
"dtype-struct",
] }
reqwest = { version = "0.11", features = ["blocking", "gzip"] }
reqwest = { version = "0.12", features = ["blocking", "gzip"] }
glob = { version = "0.3" }
clokwerk = "0.4"
strum_macros = "0.26"
@ -30,6 +30,6 @@ lazy_static = "1.4"
anyhow = "1.0"
[dev-dependencies]
serial_test = "*"
rstest = "0.21"
serial_test = "3.1"
rstest = "0.23"
pretty_assertions = "1.4"