Tomek Wójcik
c75ea4ea9d
* `bthlabs-jsonrpc-aiohttp` v1.0.0 * `bthlabs-jsonrpc-core` v1.0.0 * `bthlabs-jsonrpc-django` v1.0.0
27 lines
722 B
TOML
27 lines
722 B
TOML
[tool.poetry]
|
|
name = "bthlabs-jsonrpc-core"
|
|
version = "1.0.0"
|
|
description = "BTHLabs JSONRPC - Core"
|
|
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/core/"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
flake8 = "4.0.1"
|
|
flake8-commas = "2.1.0"
|
|
mypy = "0.950"
|
|
pytest = "7.1.2"
|
|
sphinx = "4.5.0"
|
|
sphinx-rtd-theme = "1.0.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|