poetry init

This commit is contained in:
sergey 2024-10-07 22:15:14 +03:00
parent e26d6d7357
commit 75d930f55f
2 changed files with 22 additions and 0 deletions

7
poetry.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
package = []
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "34e39677d8527182346093002688d17a5d2fc204b9eb3e094b2e6ac519028228"

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "osnova-api-alert"
version = "0.1.0"
description = ""
authors = ["sergey <sergey@sm8255082.ru>"]
license = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"