remove_test_dependency #18

Merged
phoenix merged 3 commits from remove_test_dependency into devel 2025-04-05 20:23:57 +00:00
Showing only changes of commit b86b427250 - Show all commits

View File

@@ -23,5 +23,4 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta
[dev-dependencies]
http-body-util = { version = "0.1.3" }
url = { version = "2.5" }
reqwest = { version = "0.12.5", features = ["json"] } # For making HTTP requests in tests
once_cell = { version = "1.19" } # Useful for lazy initialization in tests/app setup