-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Pipfile
57 lines (54 loc) · 1.26 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = { extras = ["standard"] }
pydantic = "*"
requests = "*"
beautifulsoup4 = "*"
cinemagoer = {editable = true, git = "https://github.com/cinemagoer/cinemagoer"}
beanie = "*"
motor = "*"
pymongo = { extras = ["srv"] }
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 = "*"
curl-cffi = "*"
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 = "*"
[dev-packages]
pysocks = "*"
requests-cache = "*"
kodistubs = "*"
[requires]
python_version = "3.12"