initial commit

This commit is contained in:
Yun Hua
2022-09-11 19:00:36 -04:00
parent d2925eb0b8
commit 3cd12e5ce3
10 changed files with 308 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "health-smart-mirror"
version = "0.1.0"
description = ""
authors = ["Yun Hua <git@hua.dev>"]
readme = "README.md"
packages = [{include = "health_smart_mirror"}]
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"