Initial commit

This commit is contained in:
2024-08-29 12:32:48 +00:00
commit f9a5e63425
9 changed files with 314 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "lab-dice"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.6"
tqdm = "^4.66.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"