astroarya commited on
Commit
d551aa1
·
1 Parent(s): 9c03c8f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +69 -0
requirements.txt ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ beautifulsoup4==4.12.2
7
+ blinker==1.6.2
8
+ cachetools==5.3.1
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ dataclasses-json==0.5.7
13
+ decorator==5.1.1
14
+ frozenlist==1.3.3
15
+ gitdb==4.0.10
16
+ GitPython==3.1.31
17
+ greenlet==2.0.2
18
+ idna==3.4
19
+ importlib-metadata==6.6.0
20
+ Jinja2==3.1.2
21
+ jsonschema==4.17.3
22
+ langchain==0.0.188
23
+ markdown-it-py==2.2.0
24
+ MarkupSafe==2.1.2
25
+ marshmallow==3.19.0
26
+ marshmallow-enum==1.5.1
27
+ mdurl==0.1.2
28
+ multidict==6.0.4
29
+ mypy-extensions==1.0.0
30
+ numexpr==2.8.4
31
+ numpy==1.24.3
32
+ openai==0.27.7
33
+ openapi-schema-pydantic==1.2.4
34
+ packaging==23.1
35
+ pandas==2.0.2
36
+ Pillow==9.5.0
37
+ protobuf==4.23.2
38
+ pyarrow==12.0.0
39
+ pydantic==1.10.8
40
+ pydeck==0.8.1b0
41
+ Pygments==2.15.1
42
+ Pympler==1.0.1
43
+ pyrsistent==0.19.3
44
+ python-dateutil==2.8.2
45
+ pytz==2023.3
46
+ pytz-deprecation-shim==0.1.0.post0
47
+ PyYAML==6.0
48
+ requests==2.31.0
49
+ rich==13.4.1
50
+ six==1.16.0
51
+ smmap==5.0.0
52
+ soupsieve==2.4.1
53
+ SQLAlchemy==2.0.15
54
+ streamlit==1.8.0
55
+ tenacity==8.2.2
56
+ toml==0.10.2
57
+ toolz==0.12.0
58
+ tornado==6.3.2
59
+ tqdm==4.65.0
60
+ typing-inspect==0.9.0
61
+ typing_extensions==4.6.2
62
+ tzdata==2023.3
63
+ tzlocal==4.3
64
+ urllib3==2.0.2
65
+ validators==0.20.0
66
+ watchdog==3.0.0
67
+ wikipedia==1.4.0
68
+ yarl==1.9.2
69
+ zipp==3.15.0