Stacosys 1.1.0 - Poetry
This commit is contained in:
parent
c1e18bf5ce
commit
9864d39df2
34 changed files with 579 additions and 135 deletions
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[tool.poetry]
|
||||
name = "stacosys"
|
||||
version = "1.1.0"
|
||||
description = "STAtic COmmenting SYStem"
|
||||
authors = ["Yax"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
apscheduler = "^3.6.3"
|
||||
flask = "^1.1.1"
|
||||
peewee = "^3.13.1"
|
||||
pyrss2gen = "^1.1"
|
||||
profig = "^0.5.1"
|
||||
markdown = "^3.1.1"
|
||||
flask_apscheduler = "^1.11.0"
|
||||
requests = "^2.22.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue