18 lines
329 B
TOML
18 lines
329 B
TOML
[tool.poetry]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Kai Vogelgesang <kai@leafbla.de>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pyautogui = "^0.9.53"
|
|
fastapi = "^0.85.1"
|
|
hypercorn = "^0.14.3"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|