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 8399eaa commit b6da22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pattern = "default-unprefixed"
python = "^3.8"

neptune-api = [
{ markers = "extra == 'iap'", git = "https://github.com/neptune-ai/neptune-api.git", rev = "c93b6d3e9b2db9f9776ed600017de48ecacc21b3", optional = true },
{ 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 },
]
more-itertools = "^10.0.0"
Expand Down

0 comments on commit b6da22d

Please sign in to comment.