mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-05-09 22:07:32 +02:00
6740288030
All 6 packages were fully unpinned, allowing a compromised upstream release to silently introduce malicious code on `pip install`. Pin to current stable versions to ensure reproducible, auditable builds. Co-authored-by: Claude Code <noreply@anthropic.com>
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
# Core dependencies for build_epub.py
|
|
ebooklib==0.18
|
|
markdown==3.7
|
|
beautifulsoup4==4.12.3
|
|
httpx==0.28.1
|
|
pillow==11.1.0
|
|
tenacity==9.0.0
|