Replace DB layer Peewee by PyDal

This commit is contained in:
Yax 2022-12-01 20:35:48 +01:00
parent bafc0af92c
commit 1522f2826d
15 changed files with 8962 additions and 170 deletions

View file

@ -12,10 +12,10 @@ pyrss2gen = "^1.1"
markdown = "^3.1.1"
requests = "^2.25.1"
coverage = "^6.5"
peewee = "^3.14.8"
background = "^0.2.1"
Flask = "^2.1.1"
types-markdown = "^3.4.2.1"
pydal = "^20221110.1"
[tool.poetry.group.dev.dependencies]
pylint = "^2.15"