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

25 lines
503 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-05-02 16:51:54 +02:00
dynaconf = "^3.1.4"
2021-05-03 17:26:34 +02:00
tortoise-orm = "^0.17"
aiosqlite = "^0.16"
2021-05-04 11:48:54 +02:00
Jinja2 = "^2.11.3"
requests = "^2.25.1"
arrow = "^1.1.0"
2021-04-18 16:10:45 +02:00
[tool.poetry.dev-dependencies]
2021-05-31 01:11:50 +02:00
asynctest = "^0.13"
2021-05-03 19:51:19 +02:00
pytest = "^5.3"
2021-05-31 01:11:50 +02:00
responses = "^0.13"
pytest-asyncio = "^0.10"
2021-04-18 16:10:45 +02:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"