Spaces:
Sleeping
Sleeping
Commit
·
849cb9d
1
Parent(s):
cdda69e
Create environment
Browse files- .gitignore +4 -1
- requirements.txt +51 -0
.gitignore
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
.vscode
|
2 |
-
.env
|
|
|
|
|
|
|
|
1 |
.vscode
|
2 |
+
.env
|
3 |
+
|
4 |
+
venv/
|
5 |
+
documents/
|
requirements.txt
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==24.2.0
|
3 |
+
azure-ai-translation-document==1.1.0
|
4 |
+
azure-core==1.32.0
|
5 |
+
azure-storage-blob==12.24.0
|
6 |
+
blinker==1.9.0
|
7 |
+
cachetools==5.5.0
|
8 |
+
certifi==2024.8.30
|
9 |
+
cffi==1.17.1
|
10 |
+
charset-normalizer==3.4.0
|
11 |
+
click==8.1.7
|
12 |
+
cryptography==44.0.0
|
13 |
+
gitdb==4.0.11
|
14 |
+
GitPython==3.1.43
|
15 |
+
idna==3.10
|
16 |
+
isodate==0.7.2
|
17 |
+
Jinja2==3.1.4
|
18 |
+
jsonschema==4.23.0
|
19 |
+
jsonschema-specifications==2024.10.1
|
20 |
+
lxml==5.3.0
|
21 |
+
markdown-it-py==3.0.0
|
22 |
+
MarkupSafe==3.0.2
|
23 |
+
mdurl==0.1.2
|
24 |
+
narwhals==1.16.0
|
25 |
+
numpy==2.2.0
|
26 |
+
packaging==24.2
|
27 |
+
pandas==2.2.3
|
28 |
+
pillow==11.0.0
|
29 |
+
protobuf==5.29.1
|
30 |
+
pyarrow==18.1.0
|
31 |
+
pycparser==2.22
|
32 |
+
pydeck==0.9.1
|
33 |
+
Pygments==2.18.0
|
34 |
+
python-dateutil==2.9.0.post0
|
35 |
+
python-docx==1.1.2
|
36 |
+
python-dotenv==1.0.1
|
37 |
+
pytz==2024.2
|
38 |
+
referencing==0.35.1
|
39 |
+
requests==2.32.3
|
40 |
+
rich==13.9.4
|
41 |
+
rpds-py==0.22.3
|
42 |
+
six==1.17.0
|
43 |
+
smmap==5.0.1
|
44 |
+
streamlit==1.40.2
|
45 |
+
streamlit-pdf-viewer==0.0.19
|
46 |
+
tenacity==9.0.0
|
47 |
+
toml==0.10.2
|
48 |
+
tornado==6.4.2
|
49 |
+
typing_extensions==4.12.2
|
50 |
+
tzdata==2024.2
|
51 |
+
urllib3==2.2.3
|