mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
Add files via upload
This commit is contained in:
Generated
+1912
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
Reference in New Issue
Block a user