joshdavham commited on
Commit
bf77912
·
1 Parent(s): 9b5d1f0

add dependencies

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +40 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv/
requirements.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.4.1
2
+ attrs==24.2.0
3
+ blinker==1.8.2
4
+ cachetools==5.5.0
5
+ certifi==2024.8.30
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ gitdb==4.0.11
9
+ GitPython==3.1.43
10
+ idna==3.10
11
+ Jinja2==3.1.4
12
+ jsonschema==4.23.0
13
+ jsonschema-specifications==2023.12.1
14
+ markdown-it-py==3.0.0
15
+ MarkupSafe==2.1.5
16
+ mdurl==0.1.2
17
+ narwhals==1.8.1
18
+ numpy==2.1.1
19
+ packaging==24.1
20
+ pandas==2.2.2
21
+ pillow==10.4.0
22
+ protobuf==5.28.2
23
+ pyarrow==17.0.0
24
+ pydeck==0.9.1
25
+ Pygments==2.18.0
26
+ python-dateutil==2.9.0.post0
27
+ pytz==2024.2
28
+ referencing==0.35.1
29
+ requests==2.32.3
30
+ rich==13.8.1
31
+ rpds-py==0.20.0
32
+ six==1.16.0
33
+ smmap==5.0.1
34
+ streamlit==1.38.0
35
+ tenacity==8.5.0
36
+ toml==0.10.2
37
+ tornado==6.4.1
38
+ typing_extensions==4.12.2
39
+ tzdata==2024.1
40
+ urllib3==2.2.3