forked from mhdzumair/MediaFusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
75 lines (72 loc) · 1.59 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[project]
name = "mediafusion"
version = "4.3.28"
description = "Media Fusion Add-On For Stremio & Kodi - A powerful streaming API with support for multiple providers and advanced scraping capabilities"
readme = "README.md"
requires-python = ">=3.12"
license = "MIT"
authors = [
{ name = "Mohamed Zumair", email = "[email protected]" },
{ name = "ragmehos" }
]
dependencies = [
"fastapi",
"uvicorn[standard]",
"pydantic",
"requests",
"beautifulsoup4",
"beanie",
"motor",
"pymongo",
"dnspython",
"jinja2",
"apscheduler",
"python-dateutil",
"bencodepy",
"pydantic-settings",
"pycryptodome",
"pillow",
"httpx",
"uvloop; sys_platform != \"win32\"",
"thefuzz",
"pikpakapi",
"diskcache",
"demagnetize",
"redis[hiredis]",
"dramatiq[redis,watch]",
"gunicorn",
"scrapy",
"aioqbt",
"aiowebdav",
"m3u-ipytv",
"python-multipart",
"prometheus-client",
"pyasynctracker",
"scrapy-playwright",
"cinemagoerng",
"tqdm",
"parsett",
"tenacity",
"ratelimit",
"qrcode",
"aioseedrcc",
"pytz",
"aiohttp-socks",
"socksio",
"dramatiq-abort",
"tzdata",
"ipython",
"scrapy-fake-useragent>=1.4.4",
"humanize>=4.12.1",
"dateparser>=1.2.1",
]
[dependency-groups]
dev = [
"pysocks",
"requests-cache",
"kodistubs",
]
[tool.uv.sources]
pikpakapi = {git = "git+https://github.com/mhdzumair/PikPakAPI.git"}
aioqbt = {git = "git+https://github.com/mhdzumair/aioqbt.git"}
cinemagoerng = {git = "git+https://github.com/mhdzumair/cinemagoerng.git"}