mirror of
https://github.com/QualityInUse/lab-metrics-maksktl.git
synced 2026-08-05 10:35:28 +03:00
16 lines
306 B
TOML
16 lines
306 B
TOML
[tool.poetry]
|
|
name = "project-hangman-game"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["maksktl <m.matantsev@innopolis.university>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
flake8 = "^7.0.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|