Spaces:
Paused
Paused
feat: 행정 AX 탭 추가 — requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -13,3 +13,8 @@ pandas==2.2.3
|
|
| 13 |
pillow==11.0.0
|
| 14 |
xlrd==2.0.1
|
| 15 |
huggingface_hub==0.26.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
pillow==11.0.0
|
| 14 |
xlrd==2.0.1
|
| 15 |
huggingface_hub==0.26.2
|
| 16 |
+
# 행정 AX 탭
|
| 17 |
+
lxml>=5.0
|
| 18 |
+
pdfplumber>=0.10
|
| 19 |
+
chardet>=5.0
|
| 20 |
+
reportlab>=4.0
|