1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Add peewee ORM dependency

This commit is contained in:
2020-09-21 19:38:52 -04:00
parent 3e08b62010
commit 474d846f47
2 changed files with 13 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ python = "^3.7"
flask = "^1.1.2"
flask-restful = "^0.3.8"
"ruamel.yaml" = "^0.16.12"
peewee = "^3.13.3"
[tool.poetry.dev-dependencies]
bandit = "^1.6.2"