CustomIWMServer/pyproject.toml
2022-12-17 19:10:58 +01:00

24 lines
493 B
TOML

[tool.poetry]
name = "CustomIWMServer"
version = "0.1.0"
description = ""
authors = ["magmaus3 <magmaus3@disroot.org>"]
[tool.poetry.scripts]
start = "customiwmserver.main:start"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.86.0"
pymongo = "^4.3.2"
uvicorn = "^0.19.0"
python-multipart = "^0.0.5"
minio = "^7.1.12"
watchfiles = "^0.18.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"