mirror of
https://github.com/Huluti/Curtail.git
synced 2024-11-05 06:35:23 +03:00
20 lines
385 B
TOML
20 lines
385 B
TOML
[tool.poetry]
|
|
name = "curtail"
|
|
version = "1.7.0"
|
|
description = ""
|
|
authors = ["Hugo Posnic <hugo.posnic@protonmail.com>"]
|
|
license = "GPLv3"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pylint = "^2.17.1"
|
|
pyflakes = "^3.0.1"
|
|
bandit = "^1.7.5"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|