20 lines
400 B
TOML
20 lines
400 B
TOML
[tool.poetry]
|
|
name = "mobilizon-bots"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Simone Robutti <simone.robutti@protonmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
dynaconf = "^3.1.4"
|
|
tortoise-orm = "^0.17"
|
|
aiosqlite = "^0.16"
|
|
Jinja2 = "^2.11.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|