iwm_browser/pyproject.toml

24 lines
521 B
TOML
Raw Normal View History

2022-10-29 15:26:04 +00:00
[tool.poetry]
name = "iwm_browser"
2022-10-31 16:38:41 +00:00
version = "0.2.0"
2022-10-29 15:26:04 +00:00
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"
pymongo = "^4.3.2"
Jinja2 = "^3.1.2"
uvicorn = "^0.19.0"
aiohttp = {extras = ["speedups"], version = "^3.8.3"}
httpx = "^0.23.0"
fastapi = "^0.85.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"