Skip to content

Commit cd35c6f

Browse files
committed
Add poetry export locally; though might be better globally if in many projects
1 parent f50b868 commit cd35c6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ ignore_errors = true
115115
tbx = 'exasol.toolbox.tools.tbx:CLI'
116116
sphinx-multiversion = 'exasol.toolbox.sphinx.multiversion:main'
117117

118+
[tool.poetry.requires-plugins]
119+
poetry-plugin-export = ">=1.8"
120+
118121
[tool.sonar]
119122
projectKey = "com.exasol:python-toolbox"
120123
hostUrl = "https://sonarcloud.io"

0 commit comments

Comments
 (0)