kopia lustrzana https://github.com/projecthorus/horusdemodlib
19 wiersze
379 B
TOML
19 wiersze
379 B
TOML
[tool.poetry]
|
|
name = "horusdemodlib"
|
|
version = "0.1.21"
|
|
description = "Project Horus HAB Telemetry Demodulators"
|
|
authors = ["Mark Jessop"]
|
|
license = "LGPL-2.1-or-later"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
requests = "^2.24.0"
|
|
crcmod = "^1.7"
|
|
numpy = "^1.17"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|