Tomek Wójcik
c75ea4ea9d
* `bthlabs-jsonrpc-aiohttp` v1.0.0 * `bthlabs-jsonrpc-core` v1.0.0 * `bthlabs-jsonrpc-django` v1.0.0
33 lines
955 B
TOML
33 lines
955 B
TOML
[tool.poetry]
|
|
name = "bthlabs-jsonrpc-aiohttp"
|
|
version = "1.0.0"
|
|
description = "BTHLabs JSONRPC - aiohttp integration"
|
|
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
|
|
maintainers = ["BTHLabs <contact@bthlabs.pl>"]
|
|
license = "MIT License"
|
|
readme = "README.rst"
|
|
homepage = "https://projects.bthlabs.pl/bthlabs-jsonrpc/"
|
|
repository = "https://git.bthlabs.pl/tomekwojcik/bthlabs-jsonrpc/"
|
|
documentation = "https://projects.bthlabs.pl/bthlabs-jsonrpc/aiohttp/"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
aiohttp = ">=3.6,<4.0"
|
|
bthlabs-jsonrpc-core = "1.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
bthlabs-jsonrpc-core = { path = "../bthlabs-jsonrpc-core", develop = true }
|
|
aiohttp-devtools = "1.0.post0"
|
|
flake8 = "4.0.1"
|
|
flake8-commas = "2.1.0"
|
|
mypy = "0.950"
|
|
pytest = "7.1.2"
|
|
pytest-aiohttp = "1.0.4"
|
|
pytest-asyncio = "0.18.3"
|
|
sphinx = "4.5.0"
|
|
sphinx-rtd-theme = "1.0.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|