mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-16 19:50:41 +01:00
* added get events stub * added event parsing * removed datetime * added config and tests * fixed response format in test * more tests * added error handling for request * improved dummy data * added get_unpublished_events * added test * removed last_accessed * mobilizon_url moved to fixture * added config comments * moved mobilizon group to config * added method * removed non-working test settings * added publishing window logic and tests * added inner/outer window check and mocking * improved fixture * fixed outer window * fixed tests
29 lines
596 B
TOML
29 lines
596 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"
|
|
requests = "^2.25.1"
|
|
arrow = "^1.1.0"
|
|
click = "^8.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
asynctest = "^0.13"
|
|
pytest = "^5.3"
|
|
responses = "^0.13.3"
|
|
pytest-asyncio = "^0.10"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
mobilizon-bots="mobilizon_bots.cli:mobilizon_bots"
|