first commit

This commit is contained in:
j2qk3b
2024-03-25 19:53:29 +08:00
commit ded7cb608d
6 changed files with 859 additions and 0 deletions

18
pyproject.toml Normal file
View 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"