23 lines
522 B
TOML
23 lines
522 B
TOML
[tool.poetry]
|
|
name = "iwm_browser"
|
|
version = "0.2.0"
|
|
description = "GDBrowser, but for I Wanna Maker"
|
|
authors = ["magmaus3 <magmaus3@disroot.org>"]
|
|
|
|
[tool.poetry.scripts]
|
|
start = "iwm_browser.main:start"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
Jinja2 = "^3.1.2"
|
|
uvicorn = "^0.19.0"
|
|
aiohttp = {extras = ["speedups"], version = "^3.8.3"}
|
|
httpx = "^0.23.0"
|
|
fastapi = "^0.85.1"
|
|
imgproxy = "^1.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|