feat: add api

This commit is contained in:
foosinn 2024-03-30 01:10:11 +01:00
parent e28d91c330
commit 69a058834e
6 changed files with 414 additions and 2 deletions

18
pyproject.toml Normal file
View file

@ -0,0 +1,18 @@
[tool.poetry]
name = "phomeme"
version = "0.1.0"
description = ""
authors = ["foosinn <stefan@f2o.io>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
Flask = "^3.0.2"
pillow = "^10.2.0"
gunicorn = "^21.2.0"
flask-cors = "^4.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"