mirror of https://github.com/Rooba/MapleSVG.git
33 lines
594 B
TOML
33 lines
594 B
TOML
[tool.flake8]
|
|
extend-ignore = "E203"
|
|
max-line-length = 88
|
|
|
|
[tool.black]
|
|
skip-magic-trailing-comma = true
|
|
target-version = ["py310"]
|
|
|
|
[tool.poetry]
|
|
name = "http"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["rooba <ra@tcp.direct>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
aiohttp = "^3.8.1"
|
|
fastapi = "^0.78.0"
|
|
uvloop = "^0.16.0"
|
|
uvicorn = "^0.17.6"
|
|
aiofiles = "^0.8.0"
|
|
Jinja2 = "^3.1.2"
|
|
Pillow-PIL = "^0.1dev"
|
|
flake8 = "^5.0.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^22.3.0"
|
|
flake8 = "^5.0.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|