Files
msys2-web/pyproject.toml
2023-04-09 17:23:44 +02:00

38 lines
819 B
TOML

[tool.poetry]
name = "msys2-web"
version = "0.1.0"
description = ""
authors = ["Christoph Reiter <reiter.christoph@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8.1"
httpx = {extras = ["http2"], version = "^0.23.0"}
fastapi = "^0.95.0"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
aiofiles = "^23.1.0"
jinja2 = "^3.1.2"
fastapi-etag = "^0.4.0"
pgpdump = "^1.5"
gunicorn = "^20.0.4"
aiolimiter = "^1.0.0-beta.1"
pydantic = "^1.8.2"
zstandard = "^0.20.0"
MarkupSafe = "^2.1.1"
PyYAML = "^6.0"
[tool.poetry.dev-dependencies]
mypy = "1.2.0"
flake8 = "^6.0.0"
pytest = "^7.2.0"
requests = "^2.23.0"
respx = "^0.20.0"
types-PyYAML = "^6.0.12"
[tool.poetry.group.dev.dependencies]
reuse = "^1.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"