stacosys/pyproject.toml

31 lines
586 B
TOML
Raw Normal View History

2019-12-28 17:02:25 +01:00
[tool.poetry]
name = "stacosys"
2021-02-03 18:34:41 +01:00
version = "2.0b4"
2019-12-28 17:02:25 +01:00
description = "STAtic COmmenting SYStem"
authors = ["Yax"]
2019-12-28 17:19:45 +01:00
readme = "README.md"
include = ["run.py"]
2019-12-28 17:02:25 +01:00
[tool.poetry.dependencies]
2021-01-23 18:04:52 +01:00
python = "^3.9"
2019-12-28 17:02:25 +01:00
apscheduler = "^3.6.3"
pyrss2gen = "^1.1"
profig = "^0.5.1"
markdown = "^3.1.1"
flask_apscheduler = "^1.11.0"
2020-12-27 20:04:20 +01:00
tinydb = "^4.3.0"
Flask = "^1.1.2"
peewee = "^3.14.0"
requests = "^2.25.1"
2019-12-28 17:02:25 +01:00
[tool.poetry.dev-dependencies]
rope = "^0.16.0"
2021-01-19 19:27:49 +01:00
mypy = "^0.790"
flake8-black = "^0.2.1"
black = "^20.8b1"
pytest = "^6.2.1"
2019-12-28 17:02:25 +01:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"