mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-16 19:50:41 +01:00
19 lines
386 B
TOML
19 lines
386 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.16.21"
|
|
aiosqlite = "^0.17.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|