HarshitX commited on
Commit
cb2de51
·
verified ·
1 Parent(s): 3132f43

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -60
requirements.txt CHANGED
@@ -1,60 +1,60 @@
1
- altair==5.5.0
2
- annotated-types==0.7.0
3
- attrs==25.3.0
4
- blinker==1.9.0
5
- cachetools==5.5.2
6
- certifi==2025.1.31
7
- charset-normalizer==3.4.1
8
- click==8.1.8
9
- colorama==0.4.6
10
- gitdb==4.0.12
11
- GitPython==3.1.44
12
- google-ai-generativelanguage==0.6.15
13
- google-api-core==2.24.2
14
- google-api-python-client==2.167.0
15
- google-auth==2.39.0
16
- google-auth-httplib2==0.2.0
17
- google-generativeai==0.8.5
18
- googleapis-common-protos==1.70.0
19
- grpcio==1.71.0
20
- grpcio-status==1.71.0
21
- httplib2==0.22.0
22
- idna==3.10
23
- Jinja2==3.1.6
24
- jsonschema==4.23.0
25
- jsonschema-specifications==2025.4.1
26
- MarkupSafe==3.0.2
27
- narwhals==1.36.0
28
- numpy==2.2.5
29
- packaging==24.2
30
- pandas==2.2.3
31
- pillow==11.2.1
32
- proto-plus==1.26.1
33
- protobuf==5.29.4
34
- pyarrow==19.0.1
35
- pyasn1==0.6.1
36
- pyasn1_modules==0.4.2
37
- pydantic==2.11.3
38
- pydantic_core==2.33.1
39
- pydeck==0.9.1
40
- pyparsing==3.2.3
41
- python-dateutil==2.9.0.post0
42
- python-dotenv==1.1.0
43
- pytz==2025.2
44
- referencing==0.36.2
45
- requests==2.32.3
46
- rpds-py==0.24.0
47
- rsa==4.9.1
48
- six==1.17.0
49
- smmap==5.0.2
50
- streamlit==1.44.1
51
- tenacity==9.1.2
52
- toml==0.10.2
53
- tornado==6.4.2
54
- tqdm==4.67.1
55
- typing-inspection==0.4.0
56
- typing_extensions==4.13.2
57
- tzdata==2025.2
58
- uritemplate==4.1.1
59
- urllib3==2.4.0
60
- watchdog==6.0.0
 
1
+ altair
2
+ annotated-types
3
+ attrs
4
+ blinker
5
+ cachetools
6
+ certifi
7
+ charset-normalizer
8
+ click
9
+ colorama
10
+ gitdb
11
+ GitPython
12
+ google-ai-generativelanguage
13
+ google-api-core
14
+ google-api-python-client
15
+ google-auth
16
+ google-auth-httplib2
17
+ google-generativeai
18
+ googleapis-common-protos
19
+ grpcio
20
+ grpcio-status
21
+ httplib2
22
+ idna
23
+ Jinja2
24
+ jsonschema
25
+ jsonschema-specifications
26
+ MarkupSafe
27
+ narwhals
28
+ numpy
29
+ packaging
30
+ pandas
31
+ pillow
32
+ proto-plus
33
+ protobuf
34
+ pyarrow
35
+ pyasn1
36
+ pyasn1_modules
37
+ pydantic
38
+ pydantic_core
39
+ pydeck
40
+ pyparsing
41
+ python-dateutil
42
+ python-dotenv
43
+ pytz
44
+ referencing
45
+ requests
46
+ rpds-py
47
+ rsa
48
+ six
49
+ smmap
50
+ streamlit
51
+ tenacity
52
+ toml
53
+ tornado
54
+ tqdm
55
+ typing-inspection
56
+ typing_extensions
57
+ tzdata
58
+ uritemplate
59
+ urllib3
60
+ watchdog