move DB operations to DAO

This commit is contained in:
Yax 2021-07-17 11:42:40 +02:00
parent 3eb1b86246
commit c175b4a120
8 changed files with 94 additions and 238 deletions

View file

@ -13,7 +13,6 @@ pyrss2gen = "^1.1"
profig = "^0.5.1"
markdown = "^3.1.1"
flask_apscheduler = "^1.11.0"
tinydb = "^4.3.0"
Flask = "^2.0.1"
peewee = "^3.14.0"
requests = "^2.25.1"
@ -23,7 +22,6 @@ rope = "^0.16.0"
mypy = "^0.790"
flake8-black = "^0.2.1"
black = "^20.8b1"
pytest = "^6.2.1"
[build-system]
requires = ["poetry>=0.12"]