Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit c1be691

Browse files
fix: Add missing requests dependency
Add requests>=2.28.0 to requirements.txt Required by src/utils/download.py for HTTP downloads Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 0c8ef8c commit c1be691

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

requirements.txt

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
# HyperOS Port Tool - Production Dependencies
22
# Python 3.8+ required
33

4-
# Core dependencies (already in Python standard library for 3.8+)
5-
# - argparse
6-
# - json
7-
# - logging
8-
# - pathlib
9-
# - shutil
10-
# - sys
11-
# - zipfile
12-
# - concurrent.futures
13-
# - subprocess
14-
# - platform
15-
# - types
16-
# - warnings
17-
# - dataclasses
18-
# - typing
19-
20-
# No external runtime dependencies required!
21-
# This project uses only Python standard library.
4+
# HTTP library for downloading assets
5+
requests>=2.28.0
226

237
# Optional performance improvements
248
# ujson>=5.0.0 # Faster JSON parsing (optional)

0 commit comments

Comments
 (0)