repo: publish

This commit is contained in:
2024-03-21 01:21:43 +07:00
commit 49d71462c2
9 changed files with 548 additions and 0 deletions

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[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"