mirror of https://github.com/Rooba/MapleSVG.git
24 lines
443 B
TOML
24 lines
443 B
TOML
|
[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"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
black = "^22.3.0"
|
||
|
flake8 = "^4.0.1"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|