aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/blivet/pyproject.toml
blob: cf86aa1796553dd856039e39c0cb50fa380cf116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "blivet"
version = "3.3.0"
description = "A python module for system storage configuration"
authors = ["David Lehman <dlehman@redhat.com>"]
license = "GPL-2.0-or-later"

[tool.poetry.dependencies]
python = "^3.8"
six = "^1.15.0"
pyudev = "^0.22.0"
pyparted = "^3.11.6"
selinux = "^0.2.1"
pygobject = "^3.36.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"