move image, update image

This commit is contained in:
2024-12-07 21:30:32 +01:00
parent b7c3b58157
commit e992a38235
3 changed files with 66 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
[virtualenvs]
in-project = true
[tool.poetry]
name = "vocab-backend"
version = "0.1.0"
@@ -6,7 +9,7 @@ authors = ["Andreas Knuth <andreas.knuth@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.12"
flask = "^2.2.3"
paddleocr = "^2.9.1"
pillow = "^9.4.0"