2021-04-16 04:57:43 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "allaroundhere.org"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
2021-04-22 16:11:38 +00:00
|
|
|
"ruamel.yaml" = "^0.17.4"
|
|
|
|
Jinja2 = "^2.11.3"
|
|
|
|
marshmallow = "^3.11.1"
|
2021-04-16 04:57:43 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|