Files
MediaFusion/Pipfile
T
mhdzumair fe9118d927 Refactor IMDb title search with cinemagoerng and proxy support and cleanup.
Replace `Cinemagoer` with `Cinemagoerng` for asynchronous IMDb data retrieval and add proxy support via `settings.requests_proxy_url`. Simplify and enhance error handling, update function calls, and remove unused imports and dependencies.
2024-12-13 15:59:08 +05:30

59 lines
1.2 KiB
TOML

[[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 = "*"
[dev-packages]
pysocks = "*"
requests-cache = "*"
kodistubs = "*"
[requires]
python_version = "3.12"