You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
484 B
26 lines
484 B
[tool.poetry]
|
|
name = "hexbear-python"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["ScreamoBMO <[email protected]>"]
|
|
packages = [
|
|
{include = "hexbear"}
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
aiohttp = ">=3.6.0,<3.8.0"
|
|
result = "^0.5.0"
|
|
typing-inspect = "^0.6.0"
|
|
black = "^20.8b1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pylint = "*"
|
|
poethepoet = "^0.9.0"
|
|
|
|
[tool.poe.tasks]
|
|
format = "black ./hexbear"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|