comet / pyproject.toml
Mythus's picture
Upload 6 files
9a006ec verified
raw
history blame contribute delete
588 Bytes
[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"
loguru = "^0.7.2"
databases = "^0.9.0"
aiosqlite = "^0.20.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"