first commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "anybt"
|
||||
version = "1.1.0"
|
||||
description = "An Open Sourced Decentralized BitTorrent Search Engine"
|
||||
authors = ["j2qk3b"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
requests = "2.29.0"
|
||||
rich = "^13.7.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
anybt = "anybt:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user