Skip to content

Commit 14aac79

Browse files
committed
Add poetry export plugin to project deps
1 parent 6dff117 commit 14aac79

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ repos:
4545
hooks:
4646
- id: blackdoc
4747
- repo: https://github.com/python-poetry/poetry
48-
rev: '1.4.2'
48+
rev: '2.1.2'
4949
hooks:
5050
- id: poetry-check

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ sphinx-autodocgen = "^1.3"
9292
jupytext = "^1.14.5"
9393
sphinx-copybutton = "^0.5.2"
9494

95+
[tool.poetry.requires-plugins]
96+
poetry-plugin-export = ">=1.8"
97+
9598
[build-system]
9699
requires = ["poetry-core"]
97100
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)