22 lines
489 B
TOML
22 lines
489 B
TOML
[tool.poetry]
|
|
name = "python-study-project"
|
|
version = "0.1.0"
|
|
description = "A project to practice and improve my Python programming skills."
|
|
authors = ["Factorino73 <masenkin73@xmail.ru>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.13"
|
|
pyrogram = "^2.0.106"
|
|
tgcrypto = "^1.2.5"
|
|
setuptools = "^75.6.0"
|
|
wheel = "^0.45.1"
|
|
langchain-gigachat = "^0.3.2"
|
|
punq = "^0.7.0"
|
|
pytest = "^8.3.4"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|