Neue Endpunkte
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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.10"
|
||||
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"
|
||||
Reference in New Issue
Block a user