31 lines
613 B
TOML
31 lines
613 B
TOML
[tool.poetry]
|
|
name = "stacosys"
|
|
version = "3.0"
|
|
description = "STAtic COmmenting SYStem"
|
|
authors = ["Yax"]
|
|
readme = "README.md"
|
|
include = ["run.py"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "~3.10"
|
|
apscheduler = "^3.6.3"
|
|
pyrss2gen = "^1.1"
|
|
markdown = "^3.1.1"
|
|
requests = "^2.25.1"
|
|
coverage = "^5.5"
|
|
peewee = "^3.14.8"
|
|
tox = "^3.24.5"
|
|
background = "^0.2.1"
|
|
Flask = "^2.1.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
mypy = "^0.942"
|
|
flake8-black = "^0.3.2"
|
|
black = "^22.3.0"
|
|
pytest = "^6.2.4"
|
|
pytest-cov = "^2.12.1"
|
|
coveralls = "^3.2.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|