This repository has been archived on 2024-09-17. You can view files and clone it, but cannot push or open issues or pull requests.
LoN-Deployer/pyproject.toml
2024-05-13 21:12:06 +05:00

32 lines
756 B
TOML

[tool.poetry]
name = "lon-deployer"
version = "0.1.0"
description = "Linux on Nabu Deployer"
authors = ["timoxa0 <tima012007@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.*"
adbutils = "^2.5.0"
colorama = "^0.4.6"
rich = "^13.7.1"
readchar = "^4.0.6"
pyinstaller = "^6.6.0"
libusb = "^1.0.27"
python-magic = { version = "^0.4.27", platform="linux" }
python-magic-bin = { version = "0.4.14", platform="win32" }
rich-argparse = "^1.4.0"
[tool.poetry.scripts]
lon-deployer = "lon_deployer.main:main"
build = "lon_deployer.builder:build"
version = "lon_deployer.builder:create_version"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"