Spaces:
Sleeping
Sleeping
Pecximenes
commited on
Commit
•
9e44228
1
Parent(s):
2e1706c
Adding requirements.txt and .gitignore files
Browse files- .gitignore +3 -0
- requirements.txt +73 -0
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
venv
|
2 |
+
**/.env
|
3 |
+
**/__pycache__/
|
requirements.txt
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.4.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.5.0
|
4 |
+
attrs==24.2.0
|
5 |
+
blinker==1.8.2
|
6 |
+
cachetools==5.5.0
|
7 |
+
certifi==2024.8.30
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
distro==1.9.0
|
11 |
+
edgedb==2.0.1
|
12 |
+
exceptiongroup==1.2.2
|
13 |
+
gitdb==4.0.11
|
14 |
+
GitPython==3.1.43
|
15 |
+
grpcio==1.66.2
|
16 |
+
grpcio-tools==1.66.2
|
17 |
+
h11==0.14.0
|
18 |
+
h2==4.1.0
|
19 |
+
hpack==4.0.0
|
20 |
+
httpcore==1.0.5
|
21 |
+
httpx==0.27.2
|
22 |
+
hyperframe==6.0.1
|
23 |
+
idna==3.10
|
24 |
+
importlib-resources==6.4.5
|
25 |
+
jinja2==3.1.4
|
26 |
+
jiter==0.5.0
|
27 |
+
jsonpatch==1.33
|
28 |
+
jsonpointer==3.0.0
|
29 |
+
jsonschema==4.23.0
|
30 |
+
jsonschema-specifications==2023.12.1
|
31 |
+
langchain-core==0.2.41
|
32 |
+
langchain-text-splitters==0.2.4
|
33 |
+
langsmith==0.1.129
|
34 |
+
markdown-it-py==3.0.0
|
35 |
+
MarkupSafe==2.1.5
|
36 |
+
mdurl==0.1.2
|
37 |
+
narwhals==1.8.4
|
38 |
+
numpy==1.24.4
|
39 |
+
openai==1.50.2
|
40 |
+
orjson==3.10.7
|
41 |
+
packaging==24.1
|
42 |
+
pandas==2.0.3
|
43 |
+
pillow==10.4.0
|
44 |
+
pkgutil-resolve-name==1.3.10
|
45 |
+
portalocker==2.10.1
|
46 |
+
protobuf==5.28.2
|
47 |
+
pyarrow==17.0.0
|
48 |
+
pydantic==2.9.2
|
49 |
+
pydantic-core==2.23.4
|
50 |
+
pydeck==0.9.1
|
51 |
+
pygments==2.18.0
|
52 |
+
python-dateutil==2.9.0.post0
|
53 |
+
python-dotenv==1.0.1
|
54 |
+
pytz==2024.2
|
55 |
+
PyYAML==6.0.2
|
56 |
+
qdrant-client==1.11.3
|
57 |
+
referencing==0.35.1
|
58 |
+
requests==2.32.3
|
59 |
+
rich==13.8.1
|
60 |
+
rpds-py==0.20.0
|
61 |
+
six==1.16.0
|
62 |
+
smmap==5.0.1
|
63 |
+
sniffio==1.3.1
|
64 |
+
streamlit==1.38.0
|
65 |
+
tenacity==8.5.0
|
66 |
+
toml==0.10.2
|
67 |
+
tornado==6.4.1
|
68 |
+
tqdm==4.66.5
|
69 |
+
typing-extensions==4.12.2
|
70 |
+
tzdata==2024.2
|
71 |
+
urllib3==2.2.3
|
72 |
+
watchdog==4.0.2
|
73 |
+
zipp==3.20.2
|