fallout-term/pyproject.toml

18 lines
354 B
TOML
Raw Permalink Normal View History

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