repo: publish
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user