IZERE HIRWA Roger commited on
Commit
36c23c3
·
1 Parent(s): 2f69694
Files changed (1) hide show
  1. requirements.txt +1 -8
requirements.txt CHANGED
@@ -27,7 +27,7 @@ langdetect>=1.0.9
27
  deep-translator>=1.11.4
28
 
29
  # Language Detection (Alternative options)
30
- langid.py>=1.1.6
31
  pycld3>=0.22
32
 
33
  # Text Splitting for RAG
@@ -98,15 +98,9 @@ celery>=5.3.0
98
  # Monitoring
99
  sentry-sdk[flask]>=1.38.0
100
 
101
- # File Upload Handling
102
- secure-filename>=0.1
103
-
104
  # Timezone Support
105
  pytz>=2023.3
106
 
107
- # UUID Generation
108
- uuid>=1.30
109
-
110
  # Math and Statistics
111
  scipy>=1.11.0
112
 
@@ -118,7 +112,6 @@ pydantic>=2.4.0
118
  pydantic-settings>=2.0.0
119
 
120
  # Async Support
121
- asyncio
122
  aiohttp>=3.9.0
123
 
124
  # Alternative Embeddings
 
27
  deep-translator>=1.11.4
28
 
29
  # Language Detection (Alternative options)
30
+ langid>=1.1.6
31
  pycld3>=0.22
32
 
33
  # Text Splitting for RAG
 
98
  # Monitoring
99
  sentry-sdk[flask]>=1.38.0
100
 
 
 
 
101
  # Timezone Support
102
  pytz>=2023.3
103
 
 
 
 
104
  # Math and Statistics
105
  scipy>=1.11.0
106
 
 
112
  pydantic-settings>=2.0.0
113
 
114
  # Async Support
 
115
  aiohttp>=3.9.0
116
 
117
  # Alternative Embeddings