feat: add api
This commit is contained in:
parent
e28d91c330
commit
69a058834e
6 changed files with 414 additions and 2 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue