Skip to content

Commit

Permalink
fix: pipeline semantic-release #pr
Browse files Browse the repository at this point in the history
  • Loading branch information
svange committed Sep 23, 2023
1 parent e7833f8 commit 108ea42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A package to interact with generative AI and build specialized ge
authors = ["Samuel Vange <[email protected]>"]
readme = "README.md"
license = "AGPL-3.0"
packages = [{include = "openbrain"}]
packages = [{ include = "openbrain" }]

[tool.poetry.scripts]
ob = "openbrain.cli:cli"
Expand All @@ -29,7 +29,6 @@ gradio = "^3.44.4"
black = "^23.9.1"
pre-commit = "^3.4.0"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
faker = "^19.6.1"
Expand Down

0 comments on commit 108ea42

Please sign in to comment.