Spaces:
Sleeping
Sleeping
ktsn-ud commited on
Commit ·
826f77a
1
Parent(s): 8c54dac
requirements.txtを作成
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-types==0.7.0
|
| 2 |
+
anyio==4.10.0
|
| 3 |
+
click==8.2.1
|
| 4 |
+
dotenv==0.9.9
|
| 5 |
+
fastapi==0.116.1
|
| 6 |
+
fasttext==0.9.3
|
| 7 |
+
h11==0.16.0
|
| 8 |
+
idna==3.10
|
| 9 |
+
numpy==2.3.2
|
| 10 |
+
pandas==2.3.2
|
| 11 |
+
pybind11==3.0.1
|
| 12 |
+
pydantic==2.11.7
|
| 13 |
+
pydantic_core==2.33.2
|
| 14 |
+
python-dateutil==2.9.0.post0
|
| 15 |
+
python-dotenv==1.1.1
|
| 16 |
+
pytz==2025.2
|
| 17 |
+
setuptools==80.9.0
|
| 18 |
+
six==1.17.0
|
| 19 |
+
sniffio==1.3.1
|
| 20 |
+
starlette==0.47.3
|
| 21 |
+
SudachiDict-full==20250825
|
| 22 |
+
SudachiPy==0.6.10
|
| 23 |
+
tqdm==4.67.1
|
| 24 |
+
typing-inspection==0.4.1
|
| 25 |
+
typing_extensions==4.15.0
|
| 26 |
+
tzdata==2025.2
|
| 27 |
+
uvicorn==0.35.0
|