Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -50,6 +50,11 @@ bnunicodenormalizer
|
|
| 50 |
mecab-python3==1.0.6
|
| 51 |
unidic-lite==1.0.8
|
| 52 |
cutlet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
#deps for tortoise
|
| 54 |
einops>=0.6.0
|
| 55 |
transformers>=4.33.0
|
|
|
|
| 50 |
mecab-python3==1.0.6
|
| 51 |
unidic-lite==1.0.8
|
| 52 |
cutlet
|
| 53 |
+
black
|
| 54 |
+
coverage
|
| 55 |
+
isort
|
| 56 |
+
nose2
|
| 57 |
+
pylint==2.10.2
|
| 58 |
#deps for tortoise
|
| 59 |
einops>=0.6.0
|
| 60 |
transformers>=4.33.0
|