add: PyProject environment (poetry)
This commit is contained in:
parent
fceae3e1a2
commit
327e0a55e9
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[tool.poetry]
|
||||
name = "2025-pganec"
|
||||
version = "0.1.0"
|
||||
description = "TUI для резервного копирования/восстановления баз PostgreSQL"
|
||||
authors = ["erjemin <erjemin@gmail.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{ include = "pganec", from = "src" }]
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^>=.8"
|
||||
pyyaml = "^6.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
x
Reference in New Issue
Block a user