Update requirements.txt
Browse files- requirements.txt +9 -26
requirements.txt
CHANGED
|
@@ -1,28 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
# File and content processing
|
| 11 |
-
json
|
| 12 |
-
lxml==4.9.3 # For XML validation and processing
|
| 13 |
-
|
| 14 |
-
# Optional but recommended dependencies for extension
|
| 15 |
-
PyYAML==6.0 # For handling and validating YAML files
|
| 16 |
-
pytest==7.4.0 # For adding test cases for project functions
|
| 17 |
-
|
| 18 |
-
# Additional dependencies
|
| 19 |
-
transformers==4.30.0 # For using Transformer models
|
| 20 |
-
torch==2.0.1 # PyTorch for deep learning capabilities
|
| 21 |
-
pydub==0.25.1 # For audio file manipulation
|
| 22 |
-
python-docx==0.8.11 # For working with Microsoft Word files
|
| 23 |
-
PyPDF2==3.0.0 # For PDF file processing
|
| 24 |
-
pandas==2.0.3 # For data manipulation and analysis
|
| 25 |
-
|
| 26 |
-
# Testing dependencies
|
| 27 |
pytest
|
| 28 |
pytest-mock
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
transformers
|
| 3 |
+
torch
|
| 4 |
+
pydub
|
| 5 |
+
python-docx
|
| 6 |
+
PyPDF2
|
| 7 |
+
pandas
|
| 8 |
+
lxml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pytest
|
| 10 |
pytest-mock
|
| 11 |
+
PyYAML
|