python_study-project/pyproject.toml

32 lines
707 B
TOML
Raw Permalink Normal View History

2024-12-27 03:36:33 +04:00
[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]
2025-01-04 16:31:40 +04:00
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"
2025-01-04 16:31:40 +04:00
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"
2025-01-05 02:22:19 +04:00
moviepy = "^2.1.1"
2024-12-27 03:36:33 +04:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"