10 lines
228 B
TOML
10 lines
228 B
TOML
|
|
[tool.poetry]
|
||
|
|
name = "notepad"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Python dependencies for NotePad project"
|
||
|
|
authors = ["Greg Gauthier <gmgauthier@protonmail.com>"]
|
||
|
|
package-mode = false
|
||
|
|
|
||
|
|
[tool.poetry.dependencies]
|
||
|
|
python = ">=3.12"
|