This commit is contained in:
Yax 2022-04-26 20:51:42 +02:00
parent 5a286fa0d2
commit 325455439a
18 changed files with 261 additions and 459 deletions

View file

@ -12,7 +12,6 @@ apscheduler = "^3.6.3"
pyrss2gen = "^1.1"
profig = "^0.5.1"
markdown = "^3.1.1"
Flask = "^2.0.1"
requests = "^2.25.1"
coverage = "^5.5"
peewee = "^3.14.8"
@ -20,10 +19,9 @@ tox = "^3.24.5"
background = "^0.2.1"
[tool.poetry.dev-dependencies]
rope = "^0.16.0"
mypy = "^0.790"
flake8-black = "^0.2.1"
black = "^20.8b1"
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"