16 lines
No EOL
305 B
TOML
16 lines
No EOL
305 B
TOML
[tool.poetry]
|
|
name = "go-import-paths"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
dominate = "^2.9.1"
|
|
pyyaml = "^6.0.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api" |