mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 09:11:39 +00:00
19 lines
295 B
TOML
19 lines
295 B
TOML
package-mode = false
|
|
|
|
[tool.poetry]
|
|
name = "gildedrose"
|
|
version = "1"
|
|
description = ""
|
|
authors = ["Naren"]
|
|
license = "-"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.12"
|
|
pydantic = "^2.10.6"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|