Skip to content

Commit

Permalink
test git dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicHoch committed Nov 18, 2024
1 parent e73e917 commit 3d22e71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ markers = [

[project]
name = "stixcore"
dynamic = ["version", "optional-dependencies", "scripts", "authors"]
dynamic = ["version",
"optional-dependencies",
"scripts",
"authors",
"readme",
"requires-python",
"license"
]
dependencies = [
'stixdcpy @ git+ssh://[email protected]/i4ds/stixdcpy.git',
]

0 comments on commit 3d22e71

Please sign in to comment.