awacke1 commited on
Commit
fd9ab74
Β·
verified Β·
1 Parent(s): 5c68765

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -12
requirements.txt CHANGED
@@ -1,25 +1,15 @@
1
  # Core Gradio for the snazzy UI 🎨
2
  gradio>=4.0.0
3
 
4
- # Asyncio and WebSockets for real-time log zapping ⚑
5
  asyncio>=3.4.3
6
  websockets>=10.0
7
 
8
- # JSON for data juggling πŸ€Ήβ€β™‚οΈ
9
- #json
10
-
11
- # Logging to keep tabs on the chaos πŸ“œ
12
- #logging>=0.4.9.6
13
-
14
  # Argument parsing for bossing the app around πŸ› οΈ
15
  argparse>=1.1
16
 
17
- # URL encoding for sneaky safe strings πŸ•΅οΈβ€β™‚οΈ
18
- urllib3>=1.26.0
19
-
20
  # File system fun and timestamp trickery ⏰
21
  os>=0.5.0
22
- pathlib>=1.0.1
23
  datetime>=4.3
24
 
25
  # Randomness for username roulette 🎲
@@ -28,5 +18,5 @@ random>=3.2
28
  # Uvicorn for serving up the app hot and fresh 🍳
29
  uvicorn>=0.15.0
30
 
31
- # Starlette for middleware magic ✨ (comes with Gradio, but listing for clarity)
32
  starlette>=0.27.0
 
1
  # Core Gradio for the snazzy UI 🎨
2
  gradio>=4.0.0
3
 
4
+ # Asyncio and WebSockets for real-time chat zapping ⚑
5
  asyncio>=3.4.3
6
  websockets>=10.0
7
 
 
 
 
 
 
 
8
  # Argument parsing for bossing the app around πŸ› οΈ
9
  argparse>=1.1
10
 
 
 
 
11
  # File system fun and timestamp trickery ⏰
12
  os>=0.5.0
 
13
  datetime>=4.3
14
 
15
  # Randomness for username roulette 🎲
 
18
  # Uvicorn for serving up the app hot and fresh 🍳
19
  uvicorn>=0.15.0
20
 
21
+ # Starlette for middleware magic ✨ (bundled with Gradio)
22
  starlette>=0.27.0