funnyimagethingy/pyproject.toml

18 lines
332 B
TOML
Raw Permalink Normal View History

2023-06-29 19:15:13 +00:00
[tool.poetry]
name = "lemmyprivacycheck"
version = "0.1.0"
description = ""
authors = ["magmaus3 <magmaus3@disroot.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pillow = "^9.5.0"
fastapi = "^0.98.0"
uvicorn = "^0.22.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"