Add files via upload

This commit is contained in:
Goldy
2024-06-12 00:02:07 +02:00
committed by GitHub
parent 753e168358
commit 2925d53d73
2 changed files with 1935 additions and 0 deletions
Generated
+1912
View File
File diff suppressed because it is too large Load Diff
+23
View File
@@ -0,0 +1,23 @@
[tool.poetry]
name = "comet"
version = "0.1.0"
description = "Stremio's fastest torrent/debrid search add-on."
authors = ["Goldy"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/g0ldyy/comet"
[tool.poetry.dependencies]
python = "^3.11"
rank-torrent-name = "^0.2.19"
uvicorn = "^0.30.1"
fastapi = "^0.111.0"
aiohttp = "^3.9.5"
bencodepy = "^0.9.5"
python-dotenv = "^1.0.1"
asyncio = "^3.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"