This commit is contained in:
Elijah McMorris 2023-06-06 15:27:46 -07:00
parent 7e12fc1e65
commit be08848b0d
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
6 changed files with 162 additions and 72 deletions

View file

@ -9,6 +9,7 @@ polars = { version = "0.28", features = [
"strings",
"parquet",
"round_series",
"lazy_regex",
] }
reqwest = { version = "0.11", features = ["blocking"] }
glob = { version = "0.3" }