Commit 9ac934a
Changed files (2)
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
"pillow==12.2.0",
"puremagic==2.2.0",
"pyarrow==24.0.0",
- "pyrotgfork==2.2.23",
+ "pyrotgfork",
"pysocks==1.7.1",
"pytgcrypto==1.2.12",
"python-ffmpeg",
@@ -137,7 +137,8 @@ index-url = "https://pypi.org/simple"
[tool.uv.sources]
bilibili-api-python = { git = "https://github.com/Nemo2011/bilibili-api.git" }
+markitdown = { git = "https://github.com/benny-dou/markitdown.git", subdirectory = "packages/markitdown" }
+pyrotgfork = { git = "https://github.com/TelegramPlayground/PyroTGFork.git" }
python-ffmpeg = { git = "https://github.com/chadawagner/python-ffmpeg.git", branch = "cw/decode-errors" } # jonghwanhyeon/python-ffmpeg, PR-56
youtube-transcript-api = { git = "https://github.com/jdepoix/youtube-transcript-api.git" }
yt-dlp = { git = "https://github.com/yt-dlp/yt-dlp.git" }
-markitdown = { git = "https://github.com/benny-dou/markitdown.git", subdirectory = "packages/markitdown" }
uv.lock
@@ -291,7 +291,7 @@ requires-dist = [
{ name = "pillow-heif", specifier = "==1.3.0" },
{ name = "puremagic", specifier = "==2.2.0" },
{ name = "pyarrow", specifier = "==24.0.0" },
- { name = "pyrotgfork", specifier = "==2.2.23" },
+ { name = "pyrotgfork", git = "https://github.com/TelegramPlayground/PyroTGFork.git" },
{ name = "pysocks", specifier = "==1.7.1" },
{ name = "pytgcrypto", specifier = "==1.2.12" },
{ name = "python-ffmpeg", git = "https://github.com/chadawagner/python-ffmpeg.git?branch=cw%2Fdecode-errors" },
@@ -1462,16 +1462,12 @@ wheels = [
[[package]]
name = "pyrotgfork"
-version = "2.2.23"
-source = { registry = "https://pypi.org/simple" }
+version = "2.2.24"
+source = { git = "https://github.com/TelegramPlayground/PyroTGFork.git#a496cd13b259b321d6997f18d5c08d017876f660" }
dependencies = [
{ name = "pyaes", marker = "(platform_machine == 'arm64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'linux')" },
{ name = "pysocks", marker = "(platform_machine == 'arm64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'linux')" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/77/55/75bed762378ce9c4eb98df6dee5af48edaaba8112bf62f41712e6fb332cc/pyrotgfork-2.2.23.tar.gz", hash = "sha256:9db4a57edf2ab307c53ee17a9896f6c6ade3e9a036d07973b05c3e9ba506acae", size = 541635, upload-time = "2026-04-08T16:03:02.569Z" }
-wheels = [
- { url = "https://files.pythonhosted.org/packages/f2/36/1fce917fd0d030c3a5f88d1f0fb648ee6ad88e15ce97dee479bc7382e873/pyrotgfork-2.2.23-py3-none-any.whl", hash = "sha256:de5cbd3541fa39fac7402fc3dd23cdaf05c831d90a8ae54e616548ce90f46dc7", size = 5636363, upload-time = "2026-04-08T16:03:00.113Z" },
-]
[[package]]
name = "pysocks"