18 lines
332 B
TOML
18 lines
332 B
TOML
|
[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"
|