c9b0d2ffc9
Switch persistence of media file identifiers from a JSON file to a SQLite database. Introduce DB_PATH, init_db_sync, upsert, update, and removal functions. Remove json-repair dependency and related locking logic. Update api_server and post_parser to use the new database helpers. BREAKING CHANGE: media_file_ids.json is no longer used; existing data must be migrated to the new SQLite database.
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
fastapi==0.115.8
|
|
uvicorn==0.34.0
|
|
python-multipart==0.0.20
|
|
Kurigram
|
|
#git+https://github.com/KurimuzonAkuma/pyrogram.git@dev#egg=Kurigram
|
|
TgCrypto
|
|
uvloop
|
|
pillow==11.1.0
|
|
feedgen==1.0.0
|
|
python-dateutil==2.9.0.post0
|
|
python-magic==0.4.27
|
|
bleach[css]==6.1.0
|
|
types-bleach
|