Tomek Wójcik
c75ea4ea9d
* `bthlabs-jsonrpc-aiohttp` v1.0.0 * `bthlabs-jsonrpc-core` v1.0.0 * `bthlabs-jsonrpc-django` v1.0.0
33 lines
934 B
TOML
33 lines
934 B
TOML
[tool.poetry]
|
|
name = "bthlabs-jsonrpc-django"
|
|
version = "1.0.0"
|
|
description = "BTHLabs JSONRPC - Django 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"
|
|
django = ">=3.2,<5.0"
|
|
bthlabs-jsonrpc-core = "1.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
bthlabs-jsonrpc-core = { path = "../bthlabs-jsonrpc-core", develop = true }
|
|
django = "3.2.13"
|
|
factory-boy = "3.2.1"
|
|
flake8 = "4.0.1"
|
|
flake8-commas = "2.1.0"
|
|
mypy = "0.950"
|
|
pytest = "7.1.2"
|
|
pytest-django = "4.5.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"
|