JacoBot/jacovirt/pyproject.toml

25 lines
423 B
TOML
Raw Permalink Normal View History

2024-04-13 14:53:06 +00:00
[tool.poetry]
name = "jacovirt"
version = "0.1.0"
description = ""
authors = ["LPH"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
arcade = "^2.6.17"
redis = "^5.0.3"
pydantic = "^2.7.1"
rich = "^13.7.1"
2024-04-13 14:53:06 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
jacovirt = "jacovirt.args:main"
2024-04-13 14:53:06 +00:00
2024-04-23 09:14:28 +00:00
[[tool.poetry.include]]
path = "jacovirt/jacovirt/Img/*"