Skip to content
Snippets Groups Projects
pyproject.toml 883 B
Newer Older
Jonathan Weth's avatar
Jonathan Weth committed
[tool.poetry]
name = "kort-client"
Jonathan Weth's avatar
Jonathan Weth committed
version = "0.1.1"
Jonathan Weth's avatar
Jonathan Weth committed
description = ""
authors = ["Jonathan Weth <git@jonathanweth.de>"]

[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true

Jonathan Weth's avatar
Jonathan Weth committed
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.0.4"
usersettings = "^1.1.5"
requests = "^2.27.1"
Jonathan Weth's avatar
Jonathan Weth committed
usb-barcode-scanner-julz = "^0.2"
nfcpy = "^1.0.4"
Jonathan Weth's avatar
Jonathan Weth committed

[tool.poetry.dev-dependencies]
safety = "^2.0.0"
flake8 = "^7.0.0"
Jonathan Weth's avatar
Jonathan Weth committed
flake8-fixme = "^1.1.1"
flake8-mypy = "^17.8.0"
flake8-bandit = "^4.0.0"
flake8-builtins = "^2.0.0"
Jonathan Weth's avatar
Jonathan Weth committed
flake8-docstrings = "^1.5.0"
flake8-rst-docstrings = "^0.3.0"
Jonathan Weth's avatar
Jonathan Weth committed
black = ">=21.0"
flake8-black = "^0.3.0"
Jonathan Weth's avatar
Jonathan Weth committed
isort = "^5.0.0"
flake8-isort = "^6.0.0"
Jonathan Weth's avatar
Jonathan Weth committed

[tool.poetry.scripts]
kort-client = "kort_client.cli:cli"

Jonathan Weth's avatar
Jonathan Weth committed
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"