-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: Require poetry 1.8.0 to use non package mode
In the non package mode poetry can be used to maintain projects not intended for publishing a python package on pypi. This is exactly the use case for our docs project. We are just using poetry for maintaining and installing the dependencies.
- Loading branch information
1 parent
9425a89
commit 506bbaa
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name = "greenbone-docs" | |
version = "1.0.0" | ||
description = "Documentation for the Greenbone Community Edition" | ||
authors = ["Greenbone Networks <[email protected]>"] | ||
package-mode = false | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
|