Update requirements.txt
Browse files- requirements.txt +12 -6
requirements.txt
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
-
requests>=2.31.0
|
2 |
-
beautifulsoup4>=4.12.0
|
3 |
-
psutil>=5.9.0
|
4 |
-
aiohttp>=3.8.0
|
5 |
-
asyncio-throttle>=1.0.0
|
6 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests>=2.31.0
|
2 |
+
beautifulsoup4>=4.12.0
|
3 |
+
psutil>=5.9.0
|
4 |
+
aiohttp>=3.8.0
|
5 |
+
asyncio-throttle>=1.0.0
|
6 |
+
gradio
|
7 |
+
py-cpuinfo>=9.0.0
|
8 |
+
pyinstaller>=5.13.0
|
9 |
+
# Optional platform-specific packages
|
10 |
+
# Windows-specific - will be skipped on other platforms
|
11 |
+
pynvml; platform_system=="Windows"
|
12 |
+
wmi; platform_system=="Windows"
|