1
0

Poetry setup

This commit is contained in:
2025-09-30 15:26:27 -04:00
parent e3c4e7c74e
commit e720ac7fe9
2 changed files with 56 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[project]
name = "cvm-sentry"
version = "0.1.0"
description = ""
authors = [
{name = "Clair Delafuente",email = "clair@nixlabs.dev"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"rel (>=0.4.9.21,<0.5.0.0)",
"websocket-client (>=1.8.0,<2.0.0)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false