1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-11-09 20:22:31 +00:00

Add pillow dependency

Update transients
This commit is contained in:
2021-11-14 00:00:23 -05:00
parent afd1fa7971
commit 2de41125e7
2 changed files with 729 additions and 525 deletions

1251
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,8 +43,9 @@ kodak = "kodak.cli:main"
python = "^3.7"
flask = "^1.1.2"
flask-restful = "^0.3.8"
"ruamel.yaml" = "^0.16.12"
peewee = "^3.13.3"
Pillow = "^8.3.2"
"ruamel.yaml" = "^0.16.12"
[tool.poetry.dev-dependencies]
bandit = "^1.6.2"