23 lines
476 B
TOML
23 lines
476 B
TOML
[virtualenvs]
|
|
in-project = true
|
|
|
|
[tool.poetry]
|
|
name = "vocab-backend"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Andreas Knuth <andreas.knuth@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
flask = "^2.2.3"
|
|
paddleocr = "^2.9.1"
|
|
pillow = "^9.4.0"
|
|
numpy = "^1.23.5" # Korrigiere dies auf eine 1.x-Version
|
|
opencv-python = "^4.6.0.66"
|
|
paddlepaddle = "^2.6.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|