File: pyproject.toml

package info (click to toggle)
python-airtouch5py 0.2.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: python: 1,748; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.poetry]
name = "airtouch5py"
version = "0.2.10"
description = ""
authors = ["Dave Leaver <danzel@localhost.geek.nz>"]
readme = "README.md"
classifiers = [
    "License :: OSI Approved :: Apache Software License",
]

[tool.poetry.dependencies]
python = "^3.10"
bitarray = "^2.8.0"
crc = "^4.3.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
ufmt = "^2.1.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"