forked from mhdzumair/MediaFusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
61 lines (58 loc) · 1.24 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = { extras = ["standard"] }
pydantic = "*"
requests = "*"
beautifulsoup4 = "*"
beanie = "*"
motor = "*"
pymongo = "*"
dnspython = "*"
jinja2 = "*"
apscheduler = "*"
python-dateutil = "*"
bencodepy = "*"
pydantic-settings = "*"
pycryptodome = "*"
pillow = "*"
httpx = "*"
uvloop = { markers = "sys_platform != 'win32'" }
thefuzz = "*"
pikpakapi = {git = "git+https://github.com/mhdzumair/PikPakAPI.git"}
diskcache = "*"
demagnetize = "*"
redis = {extras = ["hiredis"] }
dramatiq = {extras = ["redis", "watch"] }
gunicorn = "*"
scrapy = "*"
aioqbt = {git = "git+https://github.com/mhdzumair/aioqbt.git"}
aiowebdav = "*"
m3u-ipytv = "*"
python-multipart = "*"
prometheus-client = "*"
pyasynctracker = "*"
humanize = {git = "git+https://github.com/python-humanize/humanize.git"}
scrapy-playwright = "*"
cinemagoerng = {git = "git+https://github.com/mhdzumair/cinemagoerng.git"}
tqdm = "*"
parsett = "*"
tenacity = "*"
ratelimit = "*"
qrcode = "*"
aioseedrcc = "*"
pytz = "*"
aiohttp-socks = "*"
socksio = "*"
dramatiq-abort = "*"
tzdata = "*"
ipython = "*"
[dev-packages]
pysocks = "*"
requests-cache = "*"
kodistubs = "*"
[requires]
python_version = "3.12"