32 lines
707 B
TOML
32 lines
707 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.12"
|
|
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"
|
|
speechrecognition = "^3.13.0"
|
|
typing-extensions = "^4.12.2"
|
|
pydub = "^0.25.1"
|
|
numpy = "2.0.2"
|
|
soundfile = "^0.13.0"
|
|
torch = "^2.5.1"
|
|
llvmlite = "0.43.0"
|
|
numba = "0.60.0"
|
|
openai-whisper = "^20240930"
|
|
moviepy = "^2.1.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|