explorers/pyproject.toml
2024-03-21 01:21:43 +07:00

20 lines
399 B
TOML

[tool.poetry]
name = "explorers"
version = "0.1.0"
description = "We are the true explorers."
authors = ["tretrauit <tretrauit@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.31.0"
colorlog = "^6.8.2"
ffmpeg-progress-yield = "^0.7.8"
tqdm = "^4.66.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"