kiwi-vpn/api/pyproject.toml

19 lines
406 B
TOML
Raw Normal View History

[tool.poetry]
name = "kiwi-vpn-api"
version = "0.1.0"
description = ""
authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = "^3.10"
2022-03-14 00:10:10 +00:00
fastapi = "^0.75.0"
python-multipart = "^0.0.5"
[tool.poetry.dev-dependencies]
pytest = "^7.1.0"
2022-03-14 00:10:10 +00:00
uvicorn = "^0.17.6"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"