Files
offline-db/requirements.txt
2026-01-16 10:02:01 +03:00

29 lines
576 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Anime Offline DB Gereksinimleri
# Veritabanı
mysql-connector-python==9.5.0
# HTTP istekleri
requests>=2.32.5
# Cloudflare bypass (opsiyonel, bazı adaptörler için gerekli)
curl_cffi>=0.14.0
# HTML parsing
lxml>=6.0.2
# Git (opsiyonel)
GitPython>=3.1.46
# Web API
flask>=3.1.2
# Video işleme
# NOTE: Pinned to 2024.07.25. `pip index versions` may report invalid, future-dated versions.
# Do not upgrade without verifying the version on the official PyPI website.
yt-dlp==2024.07.25
# TurkAnime bypass için
pycryptodome>=3.23.0
appdirs>=1.4.4
python-dotenv>=1.2.1