Skip to content

Commit

Permalink
Merge pull request #886 from camptocamp/clean-pyproject
Browse files Browse the repository at this point in the history
Remove extra link to not defined dependency
  • Loading branch information
sbrunner committed Nov 30, 2022
2 parents f75b41a + 1af8379 commit 3f4dc92
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,8 @@ tomlkit = { version = "0.11.6", optional = true }
[tool.poetry.extras]
audit = ["pipenv"]
checks = ["black", "isort", "codespell", "EditorConfig"]
publish = [
"twine",
"google-api-python-client",
"google-auth-httplib2",
"google-auth-oauthlib",
"tomlkit",
"poetry"
]
publish_plugins = ["poetry-dynamic-versioning", "poetry-plugin-tweak-dependencies-version", "poetry-core"]
publish = ["twine", "google-api-python-client", "google-auth-httplib2", "google-auth-oauthlib", "tomlkit"]
publish_plugins = []
pr_checks = ["codespell"]

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 3f4dc92

Please sign in to comment.