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

42 lines
1.0 KiB
TOML
Raw Normal View History

2021-04-18 16:10:45 +02:00
[tool.poetry]
name = "mobilizon-reshare"
2022-02-14 21:12:31 +01:00
version = "0.2.0"
description = "A suite to reshare Mobilizon events on a broad selection of platforms"
readme = "README.md"
homepage = "https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare"
repository = "https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare"
2021-04-18 16:10:45 +02:00
authors = ["Simone Robutti <simone.robutti@protonmail.com>"]
license = "Coopyleft"
2021-04-18 16:10:45 +02:00
[tool.poetry.dependencies]
2021-05-02 18:31:57 +02:00
python = "^3.9"
dynaconf = "~3.1"
tortoise-orm = "~0.18"
aiosqlite = "~0.17"
Jinja2 = "~3.0"
requests = "~2.25"
arrow = "~1.1"
click = "~8.0"
beautifulsoup4 = "~4.10"
markdownify = "~0.10"
appdirs = "~1.4"
tweepy = "~4.1"
facebook-sdk = "~3.1"
aerich = "~0.6"
python-telegram-bot = "~13.10"
2021-04-18 16:10:45 +02:00
[tool.poetry.dev-dependencies]
responses = "~0.13"
pytest-asyncio = "~0.15"
asynctest = "~0.13"
pytest = "~6.2"
pytest-cov = "~2.8"
pytest-lazy-fixture = "~0.6"
2021-04-18 16:10:45 +02:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2021-07-05 21:58:29 +02:00
[tool.poetry.scripts]
mobilizon-reshare="mobilizon_reshare.cli.cli:mobilizon_reshare"