JDFPalladium commited on
Commit ·
dc55b14
1
Parent(s): 406d659
freezing packages
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -4,6 +4,6 @@ langdetect==1.0.9
|
|
| 4 |
deep-translator==1.11.4
|
| 5 |
lingua-language-detector==2.0.2
|
| 6 |
dotenv==0.9.9
|
| 7 |
-
pylint
|
| 8 |
-
pytest
|
| 9 |
-
pytest-mock
|
|
|
|
| 4 |
deep-translator==1.11.4
|
| 5 |
lingua-language-detector==2.0.2
|
| 6 |
dotenv==0.9.9
|
| 7 |
+
pylint==3.3.7
|
| 8 |
+
pytest==8.3.5
|
| 9 |
+
pytest-mock==3.14.0
|