Skip to content

Commit

Permalink
feat: Test extras
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykGala committed Dec 9, 2024
1 parent b6da22d commit 3173c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pattern = "default-unprefixed"
python = "^3.8"

neptune-api = [
{ markers = "extra == 'iap'", git = "https://github.com/neptune-ai/neptune-api.git", rev = "c93b6d3e9b2db9f9776ed600017de48ecacc21b3", extras = ["iap"], optional = true },
{ markers = "extra != 'iap'", git = "https://github.com/neptune-ai/neptune-api.git", rev = "c93b6d3e9b2db9f9776ed600017de48ecacc21b3", optional = false },
{ markers = "extra != 'iap'", git = "https://github.com/neptune-ai/neptune-api.git", rev = "c93b6d3e9b2db9f9776ed600017de48ecacc21b3" },
{ markers = "extra == 'iap'", git = "https://github.com/neptune-ai/neptune-api.git", rev = "c93b6d3e9b2db9f9776ed600017de48ecacc21b3", extras = ["iap"] },
]
more-itertools = "^10.0.0"
psutil = "^5.0.0"
Expand Down

0 comments on commit 3173c2f

Please sign in to comment.