Mobilizon-Reshare-condividi.../pyproject.toml

16 lines
318 B
TOML
Raw Normal View History

2021-04-18 16:10:45 +02:00
[tool.poetry]
name = "mobilizon-bots"
version = "0.1.0"
description = ""
authors = ["Simone Robutti <simone.robutti@protonmail.com>"]
[tool.poetry.dependencies]
2021-05-02 18:31:57 +02:00
python = "^3.9"
2021-04-18 16:10:45 +02:00
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"