14 lines
291 B
TOML
14 lines
291 B
TOML
[tool.poetry]
|
|
name = "byndle-tools"
|
|
version = "0.1.0"
|
|
description = "Tools to make the Byndle DX go brrr 😜"
|
|
authors = ["Sivert V. Sæther <sivert@byndle.no>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pycryptodomex = "^3.21.0"
|
|
docker = "^7.1.0"
|
|
pyjwt = "^2.10.1"
|
|
|