Skip to content

Commit

Permalink
fix: icij-common version in icij-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Mar 13, 2024
1 parent 54c0e38 commit 827554f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icij-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ neo4j = "^5.0.0"
pylint = "^3.1.0"
pytest = "^7.2.1"
pytest-asyncio = "^0.20.3"
icij_common = { path = "../icij-common", develop = true, extras = ["dev"] }
icij-common = "^0.1.0"

[tool.poetry.group.neo4j.dependencies]
neo4j = "^5.0.0"
icij_common = { path = "../icij-common", develop = true, extras = ["neo4j"] }
icij-common = { path = "../icij-common", develop = true, extras = ["neo4j"] }

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 827554f

Please sign in to comment.