-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (37 loc) · 1.02 KB
/
Copy pathpyproject.toml
File metadata and controls
42 lines (37 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tool.poetry]
name = "rawfile"
version = "0.14.1"
description = "Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from RAW-device file loop mounted Local-Hostpath storage."
authors = ["OpenEBS <openebs-team@googlegroups.com>"]
license = "apache"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
grpcio-tools = "^1.80.0"
grpcio = "^1.80.0"
click = "^8.3.2"
pyyaml = "^6.0.3"
prometheus-client = "^0.25.0"
loguru = "^0.7.3"
cffi = "^2.0.0"
kubernetes = ">=35,<37"
pydantic = "^2.13.0"
pydantic-settings = "^2.13.1"
requests = "^2.33.1"
dnspython = "^2.8.0"
tldextract = "^5.3.1"
humanize = "^4.15.0"
setproctitle = "^1.3.7"
ipaddress = "^1.0.23"
[tool.poetry.scripts]
rawfile = "rawfile.rawfile:cli"
[tool.poetry.group.test.dependencies]
pytest = "^9.0.3"
pytest-bdd = "^8.1.0"
retrying = "^1.4.2"
kubernetes = ">=35,<37"
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.5.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"