File size: 317 Bytes
b5b0ab9
 
9f79f58
b5b0ab9
 
 
 
b780d9b
604e6eb
b5b0ab9
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "spreadsheetapp"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.10"
dependencies = [
    "huggingface-hub>=0.34.0,<1.0",
    "llama-cpp-python==0.3.34",
    "openpyxl>=3.1.5",
    "pandas>=3.0.5",
    "spaces>=0.51.1",
    "xlrd>=2.0.2",
]