fallout-term/pyproject.toml

17 lines
312 B
TOML
Raw Normal View History

2024-04-27 21:29:54 +00:00
[tool.poetry]
name = "fallout-term"
version = "0.0.1"
description = ""
authors = ["Firepup Sixfifty <firepyp650@gmail.com>"]
readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = "^3.11"
playsound = "^1.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"