mirror of
https://github.com/RGBCube/GDUS
synced 2025-07-28 21:47:45 +00:00
13 lines
243 B
TOML
13 lines
243 B
TOML
[tool.poetry]
|
|
name = "rpid"
|
|
description = "Raspbery PI Daemon"
|
|
version = "0.0.1"
|
|
authors = [ "RGBCube" ]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
fastapi = "0.105.0"
|
|
gtts = "2.5.0"
|
|
"RPi.GPIO" = "0.7.1"
|
|
uvicorn = "0.24.0.post1"
|