mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 02:59:54 +03:00
29 lines
576 B
Plaintext
29 lines
576 B
Plaintext
# 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
|