17 lines
295 B
TOML
17 lines
295 B
TOML
[tool.poetry]
|
|
name = "FloppyPlayer"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Karl Hudgell"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
paho-mqtt = "^2.1.0"
|
|
python-dotenv = "^1.0.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|