mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 22:07:44 -06:00
23 lines
417 B
TOML
23 lines
417 B
TOML
[tool.poetry]
|
|
name = "linkpulse"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Xevion <xevion@xevion.dev>"]
|
|
license = "GNU GPL v3"
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.scripts]
|
|
start = "linkpulse.main"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
fastapi = "0.100"
|
|
Hypercorn = "0.14.4"
|
|
python-dotenv = "^1.0.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|