mirror of
https://github.com/vale981/binfootprint
synced 2025-03-05 09:11:40 -05:00
14 lines
335 B
TOML
14 lines
335 B
TOML
[tool.poetry]
|
|
name = "binfootprint"
|
|
version = "0.1.0"
|
|
description = "binary representation for simple data structures"
|
|
authors = ["Richard Hartmann <richard.hartmann@tu-dresden.de>"]
|
|
license = "BSD (3 clause)"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9,<3.11"
|
|
numpy = "^1.5.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
#mypy = "*"
|
|
#black = "*"
|