shreyasiv commited on
Commit
bc2f2ab
·
1 Parent(s): 9c8b5b0

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +121 -0
requirements.txt ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ bcrypt==3.1.7
7
+ blinker==1.4
8
+ Brlapi==0.7.0
9
+ cachetools==5.3.1
10
+ certifi==2019.11.28
11
+ chardet==3.0.4
12
+ charset-normalizer==3.1.0
13
+ Click==7.0
14
+ colorama==0.4.3
15
+ cryptography==2.8
16
+ cupshelpers==1.0
17
+ dataclasses-json==0.5.8
18
+ dbus-python==1.2.16
19
+ decorator==5.1.1
20
+ defer==1.0.6
21
+ distro==1.4.0
22
+ distro-info===0.23ubuntu1
23
+ duplicity==0.8.12.0
24
+ entrypoints==0.3
25
+ fasteners==0.14.1
26
+ frozenlist==1.3.3
27
+ future==0.18.2
28
+ gitdb==4.0.10
29
+ GitPython==3.1.31
30
+ greenlet==2.0.2
31
+ httplib2==0.14.0
32
+ idna==2.8
33
+ importlib-metadata==6.7.0
34
+ Jinja2==3.1.2
35
+ jsonschema==4.17.3
36
+ keyring==18.0.1
37
+ langchain==0.0.215
38
+ langchainplus-sdk==0.0.17
39
+ launchpadlib==1.10.13
40
+ lazr.restfulclient==0.14.2
41
+ lazr.uri==1.0.3
42
+ lockfile==0.12.2
43
+ louis==3.12.0
44
+ macaroonbakery==1.3.1
45
+ Mako==1.1.0
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.3
48
+ marshmallow==3.19.0
49
+ marshmallow-enum==1.5.1
50
+ mdurl==0.1.2
51
+ monotonic==1.5
52
+ multidict==6.0.4
53
+ mypy-extensions==1.0.0
54
+ netifaces==0.10.4
55
+ numexpr==2.8.4
56
+ numpy==1.25.0
57
+ oauthlib==3.1.0
58
+ olefile==0.46
59
+ openai==0.27.8
60
+ openapi-schema-pydantic==1.2.4
61
+ packaging==23.1
62
+ PAM==0.4.2
63
+ pandas==2.0.2
64
+ paramiko==2.6.0
65
+ pexpect==4.6.0
66
+ Pillow==9.5.0
67
+ protobuf==4.23.3
68
+ pyarrow==12.0.1
69
+ pycairo==1.16.2
70
+ pycups==1.9.73
71
+ pydantic==1.10.9
72
+ pydeck==0.8.1b0
73
+ Pygments==2.15.1
74
+ PyGObject==3.36.0
75
+ PyICU==2.4.2
76
+ PyJWT==1.7.1
77
+ pymacaroons==0.13.0
78
+ Pympler==1.0.1
79
+ PyNaCl==1.3.0
80
+ pyRFC3339==1.1
81
+ pyrsistent==0.19.3
82
+ python-apt==2.0.1+ubuntu0.20.4.1
83
+ python-dateutil==2.8.2
84
+ python-debian===0.1.36ubuntu1
85
+ python-dotenv==1.0.0
86
+ python-env==1.0.0
87
+ pytz==2023.3
88
+ pytz-deprecation-shim==0.1.0.post0
89
+ pyxdg==0.26
90
+ PyYAML==6.0
91
+ reportlab==3.5.34
92
+ requests==2.22.0
93
+ requests-unixsocket==0.2.0
94
+ rich==13.4.2
95
+ SecretStorage==2.3.1
96
+ simplejson==3.16.0
97
+ six==1.14.0
98
+ smmap==5.0.0
99
+ SQLAlchemy==2.0.17
100
+ streamlit==1.23.1
101
+ systemd-python==234
102
+ tabulate==0.9.0
103
+ tenacity==8.2.2
104
+ toml==0.10.2
105
+ toolz==0.12.0
106
+ tornado==6.3.2
107
+ tqdm==4.65.0
108
+ typing-inspect==0.9.0
109
+ typing_extensions==4.6.3
110
+ tzdata==2023.3
111
+ tzlocal==4.3.1
112
+ ufw==0.36
113
+ urllib3==1.25.8
114
+ usb-creator==0.3.7
115
+ validators==0.20.0
116
+ vboxapi==1.0
117
+ wadllib==1.3.3
118
+ watchdog==3.0.0
119
+ xkit==0.0.0
120
+ yarl==1.9.2
121
+ zipp==3.15.0